View previous topic :: View next topic |
Author |
Message |
yadav2005 Intermediate

Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Tue Feb 20, 2007 9:37 pm Post subject: how to know latest tables created |
|
|
In our test system new tables are being created by users.Is there any way to know the which is the latest table created by users as per the latest time.
Say user1 has created a table on Monday.user2 has created a table on tuesday and user3 has created a table on wednesday , but i do not know what tables have been created.I want a query which should tell the latest tables created as per descending order of time which means i should have a display for table 3 first ,then table 2 and table 1.
I hope i am clear in my requirement. |
|
Back to top |
|
 |
programmer1 Beginner
Joined: 18 Feb 2004 Posts: 138 Topics: 14
|
Posted: Tue Feb 20, 2007 9:48 pm Post subject: |
|
|
The above is the answer to your other post.
Check SYSIBM.SYSTABLES for your above requirement. _________________ Regards,
Programmer |
|
Back to top |
|
 |
acevedo Beginner

Joined: 03 Dec 2002 Posts: 127 Topics: 0 Location: Europe
|
Posted: Wed Feb 21, 2007 2:22 am Post subject: Re: how to know latest tables created |
|
|
yadav2005 wrote: | I hope i am clear in my requirement. |
Maybe it's just a question of 'TRANSLATION' but with that sentence('REQUIREMENT') it seems to me that you are asking for a solution not for help. |
|
Back to top |
|
 |
|
|