Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

select from select (IB)

Status
Not open for further replies.

SilverAG

Programmer
May 19, 2003
1
LV
Hi!
How can I make select from select in interbase?
OR
join select query

for example:

select * from a
join (select * from b)
on ...

Thanks!

Armands.
 
This syntax is very strange for me, but maybe useful :).
Why do you need it?

Using IB, you have to put the second select into a view or a stored procedure.

Otto
 
You can't. This isn't supported in IB - however, much other stuff is. Tell us what you want, perhaps we can help you in another way.


Martijn Tonies
Database Workbench - the developer tool for InterBase and Firebird
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top