查询数据库中的表的字段

xiaoxiao2021-02-28  56

SELECT column_name FROM information_schema.columns WHERE table_name=’表名’ and table_schema=’数据库名’

转载请注明原文地址: https://www.6miu.com/read-72867.html

最新回复(0)