Link to home
Start Free TrialLog in
Avatar of iBinc
iBincFlag for United States of America

asked on

Join Syntax PLSQL

Can someone give me JOIN syntax for the following ...

select a.cola, b.colb, c.colc
from atable a, btable b, ctable c
where a.date = b.date
and a.id = b.id
and a.code = c.code
and a.id = 'X'
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial