【MySQL】MySQL 执行 PROCEDURE ANALYSE 报错 ERROR 1064 (42000)

1.背景

MySQL 8.0.19 执行命令报错

mysql> SELECT *  FROM sales PROCEDURE ANALYSE(10, 2000)\G;
ERROR 1064 (42000): 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 'PROCEDURE ANALYSE(10, 2000)' at line 1

猜你喜欢

转载自blog.csdn.net/qq_21383435/article/details/107248313