select a value where it doesnt exist in another table in SQL Server? -


I have two tables - how can I get more information such as names and gender?

  @ A ID name gender ..... 1 A2B3C5D6E @ B ID POSID 3 1 5 2  

I Use this SQL for query.

  Selection ID from a challenge ID select ID;  

I found the result.

  ID 1 2 6  

post-text" itemprop = "text"> < Try using

does not exist :

  select * where not exists (selection 1b to WHERE a.id = b.id) ; Use  

or left external participant . Or not in .


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -