我对我的 300MB 表进行了分区,并尝试p0
使用此命令从分区中进行选择查询
SELECT * FROM employees PARTITION (p0);
但我收到以下错误
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 '(p0)' at line 1
如何编写选择查询以从特定分区获取数据?