码迷,mamicode.com
首页 > 数据库 > 详细

查询mysql 表详情

时间:2018-03-01 19:52:32      阅读:156      评论:0      收藏:0      [点我收藏+]

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

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   

原文地址:https://www.cnblogs.com/hanpengblog/p/8489464.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!