select fields from information_schema.COLUMNS where .... 這是我的sql語句,因為我需要查詢表的字段結構信息,完成自動填充數據模型,然后封裝好指定的sql 語句,然后執行。 查看完整描述