我正试图通过烧瓶的MySQLdb模块执行以下操作:然而,我得到了以下错误:
1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'static/
我试过使用这个,但是它会引发语法错误。SET @deletedRepliesCount = (DELETE FROM reply WHERE type = 3 AND id IN (SELECT id FROM `like`
"com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:语法出错;请检查与MySQL服务器版本相对应的