[Show all top banners]

NepaliBhai
Replies to this thread:

More by NepaliBhai
What people are reading
Subscribers
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 SQL Help
[VIEWED 8952 TIMES]
SAVE! for ease of future access.
Posted on 01-15-14 1:32 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Please help me.
I have two tables.
First table has rows with some colums
Second table has rows with same colums and some other columns

I need to get rows that exist in table one but not in table two.
Please see the picture

I could not upload picture
Last edited: 15-Jan-14 01:33 PM

 
Posted on 01-15-14 2:22 PM     [Snapshot: 63]     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

http://www.techonthenet.com/sql/joins.php

Please review the following link. This might help you for future reference too.
 
Posted on 01-15-14 2:29 PM     [Snapshot: 58]     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

This really depends on the Relation between two tables. This could be the syntax for two tables containing same column say student_Id.

select *
from table one
where tableone.student_Id NOT IN
( Select tabletwo.student_ID
from table two) ;

 
Posted on 01-15-14 3:31 PM     [Snapshot: 151]     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 
 
Posted on 01-15-14 3:34 PM     [Snapshot: 154]     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

mvc,
That's not the proper way to do it. I know it works. But SQL query is not optimized in that Sub-query...............

Here it is

Select [Column lists...............]
FROM table1 a
LEFT JOIN table2 b
ON a.SameColumnName = b.SameColumnName
WHERE b.SameColumnName IS NULL


 
Posted on 01-15-14 3:53 PM     [Snapshot: 182]     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 


Thank you all.
 


Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 60 days
Recommended Popular Threads Controvertial Threads
TPS To F-1 COS
TPS to F1 Status.
Nepal TPS has been Extended !!!
Got my F1 reinstatement approved within 3 months(was out of F1 for almost 2 years)
TPS of Nepal to be automatically extended for 6 months based on South Sudan decision
Nepal TPS decision
Has anyone here successfully reinstated to F-1 status after a year-long gap following a drop from F-1?
US citizen Petitioning my wife who was out of status when she was in H1B. What to do ?
TPS Sakiyo Tara Case is in Court.
Supreme Court allows Trump to end TPS for Venezuelans
Genuine Question.... Why so many folks still in TPS after 10 years. Is the statistics wrong?
Any input on remote jobs(IT related or Sales or Marketing)?
Nepal Likely to Get 60-Day TPS Notice
मुद्दा हाल्छन होला र ?
TPS cancel bho bhane k garne?
EAD HELP NEEDED URGENTLY!
नेपाल मा B. sc गरियो यहाँ फेरी ७० -८० क्रेडिट पढ्नु पर्ने भो
Don’t Just Read—Join the Conversation
Need Help of IT consultancies
NEPAL TPS IS GONE
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters