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

DB2 delete row from one table with a reference to a diff tab


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Shereen Samuel

New User


Joined: 11 Apr 2013
Posts: 1
Location: India

PostPosted: Thu Apr 11, 2013 12:08 pm
Reply with quote

Hello,

I have two tables. Details given below:
Code:

EDA0TAA_REL_KEY
-----------------------
Type                Column                  VALUE                       
                     
CHAR(8)          IIPANAM                 EDASTC3
CHAR(20)         IIPARVA                PERIOD
CHAR(80)         NIPARLD                00092
CHAR(7)          IDBSLUP                 I03546A
TIMESTMP         DDBSLUT              2008-11-11-06.43.45.951237


Code:
EDASTC3_SESSION
----------------------------
Type                Column Name          VALUE

CHAR(40)         SECURITY_TOKEN    QUHYIONDL8709977
CHAR(7)          USER_ID                  IN4061
TIMESTMP         CREATE_TIMESTAMP 2011-09-09-17.14.47.671000


My requirement is to :

Delete the records from EDASTC3_SESSION table with a create time stamp older than XX days defined in the EDA0TAA_REL_KEY . ie) DELETE all rows in table EDASTC3_SESSION older than the number of days in table EDA0TAA_REL_KEY .

Here we can take XX as 92 days.

Could anyone please help to write a query to achieve the same?

Thanks

Code'd and subject de-capped
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Apr 11, 2013 1:22 pm
Reply with quote

Please don't try to draw attention to your question by using all capitals in the subject. The effect will usually be the opposite of what you want.

Please do use the Code tags and Preview to preserve spacing and ensure your question looks how you want it to before Submit.
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 DELETE SPUFI DB2 1
No new posts Load new table with Old unload - DB2 DB2 6
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
Search our Forums:

Back to Top