Posts by pedro lukas • 1 point
1 post
-
0
votes0
answers32
viewsQ: I am trying to copy the column fields from one table to another already created work, however, I am getting this error
UPDATE variaveis_copy SET descricao = ( SELECT descricao FROM variaveis WHERE variaveis.variavel = variaveis_copy.variavel ) (ERROR: more than one Row returned by a subquery used as an Expression)…