Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

plz correct it .....

AhmedApr 3 2008 — edited Apr 3 2008
I have to tables
one table has record and 2nd table doesnot have record I used this query

SELECT a.p_c_no, a.s_code, a.s_name, a.QTY, b.cont_no, b.n_wht, b.S_CODE
FROM Pur a, RC b
where a.s_code = :s_code


Pur has record and Rc doest not have ..
query is not showing reocrd... because logic is true....
how can I retrive record? I mean which fields have record that show and which dont have that not show data.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 1 2008
Added on Apr 3 2008
9 comments
299 views