错误
SQL 查询:
/*Data for the table `tp30_flink` */ INSERT INTO `tp30_flink` ( `id` , `cate_id` , `img` , `name` , `url` , `status` , `ordid` )
VALUES /*Table structure for table `tp30_flink_cate` */
DROP TABLE IF EXISTS `tp30_flink_cate` ;
MySQL 返回:
#1064 - 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 'DROP TABLE IF EXISTS `tp30_flink_cate`' at line 5
怎么解决啊??