1,
select COLUMN_NAME from information_schema.COLUMNS
where table_name = ‘tmp’;
数据库快速获取数据库表字段名
最新推荐文章于 2025-05-21 16:58:23 发布
1,
select COLUMN_NAME from information_schema.COLUMNS
where table_name = ‘tmp’;