查询数据库里所有表和表信息

柔情只为你懂 2022-03-18 04:08 367阅读 0赞

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

发表评论

表情:
评论列表 (有 0 条评论,367人围观)

还没有评论,来说两句吧...

相关阅读