Subject Subselect syntax in the FROM Clause
Author John Sullivan
Does anyone know what the correct syntax for having a subselect in
the FROM clause is?

e.g.
SELECT alias.* from ( SELECT * from subtable ) alias

or does firebird not allow subselects like this in the FROM clause.

John