Show tables ordered by modification time.

This is a discussion on Show tables ordered by modification time. within the MySQL Database forums, part of the Database Forums category; Hi, Is it possible to show list of tables ordered by "last modification time" and without any additional ...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-19-2008
Kurda Yon
 
Posts: n/a
Default Show tables ordered by modification time.

Hi,

Is it possible to show list of tables ordered by "last modification
time" and without any additional information (I need only table name
and modification time)?

Thank you.
Reply With Quote
  #2 (permalink)  
Old 04-19-2008
Michael Austin
 
Posts: n/a
Default Re: Show tables ordered by modification time.

Kurda Yon wrote:
> Hi,
>
> Is it possible to show list of tables ordered by "last modification
> time" and without any additional information (I need only table name
> and modification time)?
>
> Thank you.



See:
http://dev.mysql.com/doc/refman/5.0/...les-table.html

SELECT table_name, UPDATE_TIME FROM INFORMATION_SCHEMA.TABLES
[WHERE table_schema = 'db_name']
[WHERE|AND table_name LIKE 'wild']
Reply With Quote
  #3 (permalink)  
Old 04-19-2008
Michael Austin
 
Posts: n/a
Default Re: Show tables ordered by modification time.

Kurda Yon wrote:
> Hi,
>
> Is it possible to show list of tables ordered by "last modification
> time" and without any additional information (I need only table name
> and modification time)?
>
> Thank you.



Forgot - if you have multiple schemas (databases) you will need that as
well.
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:27 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0