22 / 12 / 20

mysql 相关

获取表 列名

select COLUMN_NAME from information_schema.COLUMNS where table_name = 'your-table-name';
Powered by Gridea