SELECT table_name FROM information_schema.tables WHERE table_schema=‘dev_goodscenter_test_000‘;
mysql中查看某个数据库中的所有表
原文:https://www.cnblogs.com/Tifahfyf/p/14619161.html