2016年1月5日

mysql如何查询某个库,某个表都有哪些字段

摘要: 如下语句便可查看SELECT column_name FROM Information_schema.columns WHERE table_Name = 'columns' AND TABLE_SCHEMA = 'information_schema'; 阅读全文

posted @ 2016-01-05 11:12 学无止境2023 阅读(532) 评论(0) 推荐(0)

导航