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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi all, The following SQL syntax

Status
Not open for further replies.

Palmero

Technical User
Mar 31, 2001
53
0
0
FR
Hi all,

The following SQL syntax does work on Oracle, but not on Sybase.
Do you have a workaround without using a temporary table?
Thanks in advance for your help.

SELECT T1.code,T2.label FROM
(SELECT ......) T1,
(SELECT ......) T2
WHERE T1.code=T2.code;

Palmero.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top