Need a SQL Query with out using "not in"

Answered Need a SQL Query with out using "not in"

  • Sunday, March 17, 2013 5:44 AM
     
     

    Hi,

    I have two tables called TableA & TableB

    TableA                 TableB
    ----------             ----------
    ID                       ID
    ----                   ----------
    10                        11
    11                        12
    12                        13

    Need help to write a SQL query without using "not in" to get the below Out Put
    ------------------
    10
    11
    12
    13


    Adv Thanks,
    Bijay

All Replies