gpt4 book ai didi

mysql - "Unrecognized statement type. (near "与 "at position 0)"mysql

转载 作者:行者123 更新时间:2023-11-29 06:32:28 25 4
gpt4 key购买 nike

我的查询结构如下。

WITH cte1 AS (SELECT a, b FROM table1) SELECT * FROM cte1;

但出现以下错误

Unrecognized statement type. (near "WITH" at position 0)

我已经使用 mysql --version 命令检查了我的 MySQL 版本,我的 MySQL 版本是 mysql Ver 14.14 Distrib 5.7.25,适用于 Linux (x86_64),使用 EditLine 包装器

这是“with”关键字的问题。

您能帮我解决这个问题吗?

最佳答案

如果您需要公共(public)表表达式,请使用 MySQL 版本 8+ 或 MariaDB 10.2+。

关于mysql - "Unrecognized statement type. (near "与 "at position 0)"mysql,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55548598/

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