This commit is contained in:
Kazu Yamamoto 2014-12-20 22:07:54 +09:00
parent 5678098ae9
commit 77dff39417

View File

@ -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