1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Make the FROM clause on a SELECT optional. If omitted, the result of

the SELECT is a single row consisting of the values in the expression list. (CVS 520)

FossilOrigin-Name: 28ce42f7872e2660faa22e66b508db9b1f046af0
This commit is contained in:
drh
2002-04-06 13:57:42 +00:00
parent 41e941dda6
commit bf3a4fa4cb
6 changed files with 58 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ proc chng {date desc} {
chng {2002 Apr 03 (2.4.7)} {
<li>Add the ability to put TABLE.* in the column list of a
SELECT statement.</li>
<li>Permit SELECT statements without a FROM clause.</li>
}
chng {2002 Apr 02 (2.4.6)} {