1. 程式人生 > >查詢mysql 表詳情

查詢mysql 表詳情

columns info orm lec blog bsp is_null http nbsp

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 表詳情