Subject | Subselect syntax in the FROM Clause |
---|---|
Author | John Sullivan |
Post date | 2005-01-27T08:05:18Z |
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
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