查詢mysql某張表中的所有數據(字段)類型

select DATA_TYPE from information_schema.COLUMNS where TABLE_NAME='表名'; select DATA_TYPE from information_schema.COLUMNS where TABLE_SCHEMA='數據庫名' and TABLE_NAME='表明' and column_name = '字段名'; select C
相關文章
相關標籤/搜索