当前位置:Gxlcms > 数据库问题 > 查询mysql 表详情

查询mysql 表详情

时间:2021-07-01 10:21:17 帮助过:3人阅读

select  column_name,COLUMN_TYPE,IS_NULLABLE,column_comment from information_schema.columns where table_schema =‘information_schema‘  and table_name = ‘columns‘ ;

 

列明解释 : https://www.cnblogs.com/lqw4/p/4831463.html 

查询mysql 表详情

标签:解释   http   sql   sele   null   mat   blog   sel   name   

人气教程排行