| Subject | How to use 'all' in Firebird | 
|---|---|
| Author | mk_delphi | 
| Post date | 2004-12-08T17:01:53Z | 
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
            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