Hi!

I just notice, SQLite don't support this type of queries:


  select * from t1 where a >= ALL (select b from t2)

  
Of course, queries with ALL, ANY and SOME clauses may be reformulated,
but this is part of SQL standard.

I use SQLite for teach SQL to students, and will be very happy
if such feature appears in next version of SQLite



Best regards,
 Alexander                          mailto:[EMAIL PROTECTED]

Reply via email to