为什么我不可以啊,有错
SQL 查询:
DELETE phome_ecms_news a FROM phome_ecms_news a, newstemp1 b WHERE a.title = b.title AND a.id != b.id 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 'a from phome_ecms_news a,newstemp1 b where a.title=b.titl
|