mysql 用sql語句查詢一個表中的所有欄位型別、註釋

洋蔥土豆隨心匠發表於2016-02-23


SELECT column_name,column_comment,data_type FROM information_schema.columns WHERE table_name='表名' AND table_schema = "資料庫名";

相關文章