| Author |
SQL> no rows selected
|
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
Hello,
Above query works fine because record exists in each table row but when I add:
Then it displays "no rows selected" as this table don't have any record for linked cv_id
How can I ignore the table if no record exists to display the rest of records?
Thanks in anticipation
|
 |
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
|
still waiting for reply
|
 |
sachin potu
Greenhorn
Joined: Oct 22, 2011
Posts: 21
|
|
|
if i am not wrong , you must use Left join, instead of Equi join
|
 |
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
|
thanks sachin
|
 |
 |
|
|
subject: SQL> no rows selected
|
|
|