Subject How to use 'all' in Firebird
Author mk_delphi
Hi All,
How to write this sql in firebird:

select depart
from employee
where age >= all (select age from employee)

i.e how to use 'all' in Firebird, suppose 'age' is a subquery

Thx in advance,

--
Marco