判断一个表是否存在 SELECT table_name FROM information_schema.TABLES WHERE table_name ='yourname'; 转载于:https://www.cnblogs.com/wangguangjian/p/8728507.html