[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 590: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 646: sizeof(): Parameter must be an array or an object that implements Countable
Fórum de Automação Comercial • Procedimento - Comando para junção de informações entre as tabelas Observações
Página 1 de 1

Procedimento - Comando para junção de informações entre as tabelas Observações

Enviado: 16 Jul 2015, 09:42
por Marino Estevão
Segue o comando para junção de tabelas

INSERT INTO MISTERCHEFNET..OBSERVACOES (
[CODIGO OBSERVACAO],
OBSERVACAO,
OPERADOR,
[DATA ATUALIZACAO],
TECLA
)
SELECT
[CODIGO OBSERVACAO],
OBSERVACAO,
OPERADOR,
[DATA ATUALIZACAO],
TECLA
FROM
BANCO_ORIGEM..OBSERVACOES