| Query Generate an Error Pls Guide me Where I am Wrong [message #574089] |
Mon, 07 January 2013 01:21  |
qanita786
Messages: 128 Registered: May 2007 Location: PAKISTAN
|
Senior Member |
|
|
SELECT voc_no,voc_date
FROM sal_master LEFT OUTER JOIN godown_master
ON bill_no = voc_no
The Above Mentioned Query Generate The Following Error
1 SELECT voc_no,voc_date
2 FROM sal_master LEFT OUTER JOIN godown_master
3* ON bill_no = voc_no
SQL> /
FROM sal_master LEFT OUTER JOIN godown_master
*
ERROR at line 2:
ORA-00933: SQL command not properly ended
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Query Generate an Error Pls Guide me Where I am Wrong [message #574107 is a reply to message #574104] |
Mon, 07 January 2013 01:57  |
 |
Littlefoot
Messages: 16997 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
qanita786 wrote on Mon, 07 January 2013 08:52when i use outer join the query show only those rows which are exist in both tables
Faheem, did you apply for some kind of a contest? Lately, vast majority of your messages is useless for the rest of the community. How is anyone supposed to know what you got and why if you don't provide what you have and what query you applied to that input?
|
|
|
|