天天看點

mysql 查詢字段名

select column_name

from information_schema.columns 

where table_name='表名' and and table_schema = '資料庫名'

繼續閱讀