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:
@@ -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)} {
|
||||
|
||||
Reference in New Issue
Block a user