gpt4 book ai didi

MySQL 限制子句不接受 2 个参数

转载 作者:行者123 更新时间:2023-11-29 12:43:44 26 4
gpt4 key购买 nike

我确实搜索过这个,但没有找到任何关于这个问题的信息。

非常简单的查询:

/*get rid of 125 rows starting at 100*/
delete from my_table WHERE category=5 order by editdate DESC LIMIT 100, 125;

这是返回的内容:

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 ' 125' at line 1

我已经有一段时间没有使用 LIMIT 了,但同时我也没有遇到任何问题。错误很神秘,有什么想法吗?

我的mysql版本是5.x

最佳答案

这是因为 DELETE 的 MySQL 语法不允许像 SELECT 情况那样使用 LIMIT 的第二个参数。请查看manual .

关于MySQL 限制子句不接受 2 个参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25745093/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com