View previous topic :: View next topic |
Author |
Message |
me_naveen Beginner
Joined: 21 Dec 2007 Posts: 23 Topics: 12
|
Posted: Wed Dec 01, 2010 9:35 am Post subject: How to find the Table's last updated details |
|
|
Hello All,
I have searched for this query in forum.But I didn't get the answer.
So I am posting here.
I would like to know the date, when a particular DB2 table updated(Ex:few new columns added).
Is there anyway to find it.
Thanks in Advance.
Thanks,
Nav |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Wed Dec 01, 2010 12:53 pm Post subject: Re: How to find the Table's last updated details |
|
|
me_naveen wrote: | Hello All,
I have searched for this query in forum.But I didn't get the answer.
So I am posting here.
I would like to know the date, when a particular DB2 table updated(Ex:few new columns added).
Is there anyway to find it.
Thanks in Advance.
Thanks,
Nav |
If you are looking for changes in the table definition try looking at SYSIBM.SYSCOLUMNS column CREATEDTS. |
|
Back to top |
|
 |
me_naveen Beginner
Joined: 21 Dec 2007 Posts: 23 Topics: 12
|
Posted: Thu Dec 30, 2010 3:22 am Post subject: How to find the Table's last updated details |
|
|
Thanks CraigG & Kolusu.
I got it.
Thanks
Nav. |
|
Back to top |
|
 |
|
|