jfinal怎么查询出一张表的所有字段名?

现在我获取到了一张表明,现在我要通过这张表名来获取所有字段名,并且把他们放到数组里面供我使用,该怎么做?

评论区

HingLo

2018-08-09 09:27

select column_name from information_schema.columns where table_name='表名称' and table_schema='数据库名称';

热门反馈

扫码入社