mysql 报错 Operand should contain 1 column(s)

报错 Operand should contain 1 column(s)

原因

select 后面加了 ()

select (x,x,x)

原文地址:https://www.cnblogs.com/angdh/p/10210846.html