Skip to content
Advertisement

mysql subquery ERROR [21000][1241] Operand should contain 1 column(s)

I have a table called counterparty. I’m going to have a query on this table Something like this:

But the error below shows:

[21000][1241] Operand should contain 1 column(s)

how can i fix it?

Advertisement

Answer

You can try below – using SELF JOIN

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement