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

:-) (CVS 23)

FossilOrigin-Name: 0b040cea57ee76103030c0d5ef571dc481a2b2d3
This commit is contained in:
drh
2000-05-31 15:43:25 +00:00
parent 7203e28178
commit bf66fff0c5
3 changed files with 8 additions and 8 deletions

View File

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