查询一个表的所有字段
程序员文章站
2022-03-22 12:11:58
select COLUMN_NAME from information_schema.COLUMNS where table_name = '要查询表的名字'; ......
select column_name from information_schema.columns where table_name = '要查询表的名字';
上一篇: spark存储管理之磁盘存储--DiskStore
下一篇: MySQL的基本概念和数据操作