mysql 查看某个库下面某个表的所有列字段, columnName

mysql 查看某个库下面某个表的所有列字段

select COLUMN_NAME as columnName from information_schema.COLUMNS where table_name = '{表名}' and table_schema = '{库名}';
上一篇:windows环境下,如何启动chromedriver


下一篇:[wikioi]装箱问题