Subject | Subquery in "from" clause of Select statement |
---|---|
Author | Cicero |
Post date | 2006-10-19T13:10:18Z |
Hi!
Can I use SQL command below with FB 1.5.3?
Select t1.*, t2.*
from table1 t1
inner join (select * from table2) t2 on (t1.ID = t2.ID)
TIA
Cicero
[Non-text portions of this message have been removed]
Can I use SQL command below with FB 1.5.3?
Select t1.*, t2.*
from table1 t1
inner join (select * from table2) t2 on (t1.ID = t2.ID)
TIA
Cicero
[Non-text portions of this message have been removed]