plz correct it .....
AhmedApr 3 2008 — edited Apr 3 2008I 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.