Hello, is it possible to use INNER JOIN
together with INSERT
?
I have a table A with 3 columns X, Y and Z and table B with columns W, X and Y and I need to insert table W in table A, column W? I'm trying this way but I get no results:
INSERT INTO Categoria_cliente_teste (planejamento)
SELECT plano_orcamentario
FROM Categoria_clientes
INNER JOIN [ON cliente_fornecedor]