Error: "Select is not valid for this server version, expecting: '(', WITH"

Error: "Select is not valid for this server version, expecting: '(', WITH"

我正在尝试查看 table 代理,但它一直给我一个错误。

select*from[agents];

应该是这样,SQL 不允许 [] 围绕 table 名称,要么直接调用它,要么引用 agents table.

  SELECT * FROM agents;