select table_name tableName, engine,
table_comment tableComment, create_time createTime from information_schema.tables where table_schema = (select database())
查询数据库里所有表和表信息
最新推荐文章于 2025-02-10 23:14:57 发布

select table_name tableName, engine,
table_comment tableComment, create_time createTime from information_schema.tables where table_schema = (select database())