摘要: select COLUMN_NAME from information_schema.COLUMNS where table_name = '{tableName}' and table_schema = '{dbName}' and COLUMN_NAME!='id' 阅读全文
posted @ 2021-05-25 11:27 94cool 阅读(312) 评论(0) 推荐(0)