Alexander Kozlovsky <[EMAIL PROTECTED]> wrote:
> 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
> 

What are these constructs suppose to do?
--
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to