select COLUMN_NAME from information_schema.columns where table_name='userinfo' ; select * from information_schema.columns where table_name='userinfo';
mysql 显示字段信息内容
最新推荐文章于 2021-03-23 08:14:50 发布
select COLUMN_NAME from information_schema.columns where table_name='userinfo' ; select * from information_schema.columns where table_name='userinfo';