mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 06:37:03 +03:00
layout.
This commit is contained in:
parent
5678098ae9
commit
77dff39417
@ -244,8 +244,7 @@ SELECT ALL T0.emp_id AS f0,
|
|||||||
T0.lname AS f2,
|
T0.lname AS f2,
|
||||||
T0.start_date AS f3
|
T0.start_date AS f3
|
||||||
FROM MAIN.employee T0
|
FROM MAIN.employee T0
|
||||||
WHERE ((T0.start_date >= '2001-01-01') AND
|
WHERE ((T0.start_date >= '2001-01-01') AND (T0.start_date <= '2003-01-01'))
|
||||||
(T0.start_date <= '2003-01-01'))
|
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
#### Membership conditions
|
#### Membership conditions
|
||||||
|
Loading…
Reference in New Issue
Block a user