Posts by André Luis • 1 point
1 post
- 
		-2 votes3 answers376 viewsA: MYSQL Insert into com Where not existsThis error occurs because of your sub query that is returning a column. See if free IN solves: Example: WHERE NOME_CAMPO IN (SELECT .... )