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
present in other table.

Manish Mehta
E-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to