Subject | RES: [firebird-support] How to make queries to a temporary result set |
---|---|
Author | Fabiano |
Post date | 2012-09-21T19:26:42Z |
Maybe:
Select * from
(
select * from table where field1 = 1
) as FILTER
Where FILTER.field2 = 2
Fabiano.
[Non-text portions of this message have been removed]
Select * from
(
select * from table where field1 = 1
) as FILTER
Where FILTER.field2 = 2
Fabiano.
[Non-text portions of this message have been removed]