mysql判断表是否存在

276 阅读1分钟
select count(*) from information_schema.TABLES where TABLE_NAME = 'biz_film'