Hi.
I need to perform the following query:
SELECT * from (SELECT s.tablename FROM sourcedef s, attriblist a WHERE a.attribid=1 and a.sourceid = s.sourcedefid)
In both Toad and SQL*Plus, this is returning the value of the table name only, i.e. the results of the inner query.
Is the SQL formatted correctly? Any suggestions?
Thanks.
~Lindsay
I need to perform the following query:
SELECT * from (SELECT s.tablename FROM sourcedef s, attriblist a WHERE a.attribid=1 and a.sourceid = s.sourcedefid)
In both Toad and SQL*Plus, this is returning the value of the table name only, i.e. the results of the inner query.
Is the SQL formatted correctly? Any suggestions?
Thanks.
~Lindsay