IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SQL Query


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Bhavan JS
Warnings : 1

New User


Joined: 30 Nov 2007
Posts: 10
Location: Bangalore

PostPosted: Fri Dec 14, 2007 6:05 pm
Reply with quote

Hi,

Below are my 2 tables;

Table:A
NOTE_ID
REP_ID

Table:B
NOTE_ID
M_TMSTMP

I want to take all the REP_IDs from Table A which are added today.

Here is the query I' am using for this;

SELECT REP_ID FROM Table:A WHERE NOTE_ID IN
(
SELECT NOTE_ID FROM Table:B WHERE M_TMSTMP = CURRENT_DATE
)

But from the result set of the above query (Lets say REP_IDs 1,2,3), I want only the REP_IDs which are already not availabe in Table:A. (If Table:A containts REP_IDs 1,2,4,5,6, I want to take only 3 since 1 and 2 are already present in Table:A. Simply, I want REP_IDs from Table:A which are added today and already not available in Table:A.

I have to use only SQL query with Sub Queries or Joins.

Thanks in advance,
Bhavan.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Dec 14, 2007 6:28 pm
Reply with quote

search the forums...
the question was already asked and answered :-)
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Dec 14, 2007 6:32 pm
Reply with quote

I just searched the forums for You...

http://www.ibmmainframes.com/viewtopic.php?t=26451

same homework uh....
Back to top
View user's profile Send private message
Bhavan JS
Warnings : 1

New User


Joined: 30 Nov 2007
Posts: 10
Location: Bangalore

PostPosted: Mon Dec 17, 2007 9:05 pm
Reply with quote

Thanks Enrico. Sorry for late response.

Bhavan.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top