On 4 Feb 2019, at 9:14pm, James K. Lowden <jklow...@schemamania.org> wrote:

> As Keith said, SQLite allows ORDER BY in subqueries.  The SQL standard does 
> not.  

True.  But SQLite does not guarantee that the outer query will preserve the 
inner query's ORDER BY, even if the outer query doesn't have its own ORDER BY.  
So be careful.

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

Reply via email to