On Fri, 16 Nov 2001 10:41:31 +0530, Manish Mehta used a
few recycled electrons to form:
| Hello ,
|
| I have a problem related to not <> or != (not equal to function) .
|
| The SQL Query is
|
| select a.cBook_Name from tbl_bookmaster as a , tbl_empbookrelation as b
| where a.nb
Hello ,
I have a problem related to not <> or != (not equal to function) .
The SQL Query is
select a.cBook_Name from tbl_bookmaster as a , tbl_empbookrelation as b
where a.nbook_id != b.nbook_id
It shows me wrong result. It shows me those rows also which are already
presen