查询一个表的所有字段
程序员文章站
2023-08-02 21:16:25
select COLUMN_NAME from information_schema.COLUMNS where table_name = '要查询表的名字'; ......
select column_name from information_schema.columns where table_name = '要查询表的名字';
上一篇: iOS聊天客服功能(Udesk)
下一篇: java之注解