为什么我创建数据库时加了IF NOT EXITS会报错
为什么我创建数据库时加了IF NOT EXITS会报错:DROP DATABASE IF EXIT t1;
报错:ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXIT t1' at line 1
没有加就不会报错:CREATE DATABASE t1;