SELECT * from information_schema.columns where table_schema='库名'
mysql查看库里面表的字段类型
最新推荐文章于 2025-02-06 18:53:50 发布
SELECT * from information_schema.columns where table_schema='库名'