查詢mysql數據庫中表的所有字段名

select COLUMN_NAME,DATA_TYPE,COLUMN_COMMENT from information_schema.COLUMNS where table_name = '表名' and table_schema = '數據庫名稱'; 得到結果:
相關文章
相關標籤/搜索