mysql 查詢表的字段名稱,字段類型

select column_name,column_comment,data_type 數據庫

from information_schema.columns orm

where table_name='查詢表名稱' and table_schema='數據庫名稱'io

 

經過以上語句能夠查到數據庫表的字段屬性table

 

end~form

相關文章
相關標籤/搜索