TABELA 1
- ID
- IMOVEL
- CODIGO
- IMAGEM_G <----- nessa tabela este dado é vazio.
- IMAGEM_P
TABELA 2
- ID
- IMOVEL <----- nessa tabela este dado é vazio.
- CODIGO <----- nessa tabela este dado é vazio.
- IMAGEM_G
- IMAGEM_P
I need a TABELA 3
like this:
- ID <----- idêntico nas tabelas
- IMOVEL <----- ID TABELA 1
- CODIGO <----- ID TABELA 1
- IMAGEM_G <----- ID TABELA 2
- IMAGEM_P <----- idêntico nas tabelas
Can you help me mount this INSERT
to TABELA 3
?