1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

:-) (CVS 28)

FossilOrigin-Name: 57c5add197c12c919e2556b5ac421803398f2c1b
This commit is contained in:
drh
2000-05-31 21:06:30 +00:00
parent efb7251d6e
commit 56d48ad19c
4 changed files with 13 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ proc chng {date desc} {
chng {2000 May 31} {
<li>Added support for aggregate functions (Ex: <b>COUNT(*)</b>, <b>MIN(...)</b>)
to the SELECT statement.</li>
<li>Added support for <B>SELECT DISTINCT ...</B></li>
}
chng {2000 May 30} {