5
Answers

compare two tables select not matching coloum in table b

Photo of JAYRAM

JAYRAM

11y
1.6k
1
I have two tables with exactly the same columns

table ' a'
sno       id        name          mobile 
1        1001      shashi         8985500134
2        1002      raju            7896543211
3        2009     vamshi      9867567899
4       2012      pranay      9346352389

table 'b'
sno        id         name           mobile 
1        1001      shashi          8985500134
2        1002      raju             7896543211
3        2009     vamshi      9867567899
4       2012      pranay      9849313820
5       2014      raju           9876523411
6       2009       vinay        8883332012


compare two tables a& b mobile coloum   and select ' table a 'not matching  mobile  in  talble b


i want output like this..................
sno        id          name            mobile 
4       2012      pranay      9346352389

Answers (5)

Next Recommended Forum