Operand should contain 1 column(s)

今天在sql测试的时候发现了这个错误:Operand should contain 1 column(s)。

原因是in条件后面有多个字段,in后面只能有一个字段。

你可能感兴趣的:(Operand should contain 1 column(s))