1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

:-) (CVS 90)

FossilOrigin-Name: aba926bb336d7ac28d7ca73db47185801e5d2c79
This commit is contained in:
drh
2000-06-09 03:52:04 +00:00
parent dcc7c74cf9
commit 37f0b25bce
3 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@ chng {2000 June 8} {
}
chng {2000 June 6} {
<li>Added outer join operators: <B>UNION</b>, <b>UNION ALL</B>,
<li>Added compound select operators: <B>UNION</b>, <b>UNION ALL</B>,
<b>INTERSECT</b>, and <b>EXCEPT</b></li>
<li>Added support for using <b>(SELECT ...)</b> within expressions</li>
<li>Added support for <b>IN</b> and <b>BETWEEN</b> operators</li>