Subject | Re: [firebird-support] Tables "on the fly" in Firebird? |
---|---|
Author | Ann W. Harrison |
Post date | 2005-03-28T17:58:22Z |
Aaron Abend wrote:
supported in Firebird 2.0. The alternative is to restructure the query
- where possible - into joins or create a view of the inner select.
Regards,
Ann
> SQL Server allows you to create a table "on the fly" and select from it, asThe "select ... from (select...)" syntax is called derived tables and is
> in...
>
> Select count(*) from (select mycol from mytable where ...) VirtualTableName
>
supported in Firebird 2.0. The alternative is to restructure the query
- where possible - into joins or create a view of the inner select.
Regards,
Ann