On 1/30/14, Richard Hipp <d...@sqlite.org> wrote:
> Documentation on SELECT statements at
> http://www.sqlite.org/draft/lang_select.html has now been updated and
> amplified.

Thank you, that seems cleaner.

However, there seems to be an error.  From the diagram for select-stmt
and also in the diagram for simple-select-stmt, it seems that a FROM
clause always has to have an odd number of table-or-subquery parts,
which is probably wrong.

Further, as select statements can now start with VALUES instead of
SELECT, I think it might help to add a VALUES entry to the list of
commands "http://www.sqlite.org/draft/lang.html";, just like how there
are already entries for REPLACE and WITH.  This should lead to a short
page which refers the reader to SELECT.

Ambrus
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to