2021年4月5日

mysql中查看某个数据库中的所有表

摘要: SELECT table_name FROM information_schema.tables WHERE table_schema='dev_goodscenter_test_000'; 阅读全文

posted @ 2021-04-05 19:20 及途又八 阅读(640) 评论(0) 推荐(0)

导航