MySql 查询数据库中所有表名

//查询数据库中所有表名、创建时间、数据库引擎、字符集、表描述,创建时间降序排序
select table_name ,create_time , engine, table_collation, table_comment from information_schema.tables where table_schema = (select database()) order by create_time desc

 

MySql 查询数据库中所有表名

上一篇:三种微信小程序获取用户头像昵称的方式


下一篇:【DW打卡-计算机视觉基础】03_彩色空间互转