欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Mysql获取数据库的所有表,以及表所有字段信息

程序员文章站 2024-03-21 21:17:34
...

在许多时候,我们需要获取数据库中所有的表,比如常见的代码生成,脚手架之类的,通过选择库中的表,配置几个类属性,自动生成实体类,dao,service等。

下面是mysql获取数据库所有表的语句。

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

拿到表之后,可以获取表的所有字段。

select column_name columnName, data_type dataType, column_comment columnComment, column_key columnKey, extra from information_schema.columns
        where table_name = 'b_content' and table_schema = (select database()) order by ordinal_position

专业墙纸贴纸厨房用具装饰出售,本人网店经营

博客对你有用记得访问下哦,增加下访问量,如有需要可以下单购买哦^_^。https://item.taobao.com/item.htm?id=569617707364