On Mon, Jul 28, 2014 at 5:33 PM, Simon Slavin <[email protected]> wrote:

> > While it is true most (all?) useful SELECT statements will have a FROM
> > clause, it is not true that all SELECT statements must have a FROM
> clause:
> >
> > SELECT 1.0/3.0
> > SELECT sqlite_version();
>
> True.  That's what my footnote number 1 was about.  You can also have a
> SELECT return fewer rows than are in a table using clauses like WHERE.  It
> was a simplified explanation.  Because it's easier to understand those.
>

Not sure how I missed your footnote. Sorry. :)

-- 
Scott Robison
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to