Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Help with SQL

Started 1 month, 3 weeks ago by cjmartin
I have the following: Table A Table B Pallet_No Pallet_No Qty Qty I need to return: - All of the Pallet_No's from Table A that are not in Table B - All of the Pallet_No's from Table B that are not in Table A - All the Pallet_No's where there is a difference in Qty b/w Table A and Table B. Thanks for your help.
Site: Dev Shed Forums - Open Source web development  Dev Shed Forums - Open Source web development - site profile
Forum: Oracle Development  Oracle Development - forum profile
Total authors: 2 authors
Total thread posts: 2 posts
Thread activity: no new posts during last week
Domain info for: devshed.com

Other posts in this thread:

debasisdas replied 1 month, 3 weeks ago
Try to use set operator, that should solve your Qry1 and Qry2. for the third qry try to join both the tables.

 

Top contributing authors

Name
Posts
debasisdas
1
user's latest post:
Help with SQL
Published (2009-11-04 11:06:00)
Try to use set operator, that should solve your Qry1 and Qry2. for the third qry try to join both the tables.
cjmartin
1
user's latest post:
Help with SQL
Published (2009-11-03 12:07:00)
I have the following: Table A Table B Pallet_No Pallet_No Qty Qty I need to return: - All of the Pallet_No's from Table A that are not in Table B - All of the Pallet_No's from Table B that are not in Table A - All the Pallet_No's where there is a difference in Qty b/w Table A and Table B. Thanks for your help.

Related threads on "Dev Shed Forums - Open Source web development":

Related threads on other sites:

Thread profile page for "Help with SQL" on http://www.devshed.com. This report page is a snippet summary view from a single thread "Help with SQL", located on the Message Board at http://www.devshed.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity