mysql查看数据库表的建立时间

select table_schema,table_name,create_time from information_schema.tables where table_name='表名';
相关文章
相关标签/搜索