Create temporary table

0 respostas
A

Gostaria de saber o que tem de errado na sintaxe do meu create temporary table. Segue:

CREATE TEMPORARY TABLE tmpLancamentos (id INTEGER NOT NULL,dtLanc DATETIME NOT NULL,valor DOUBLE NOT NULL,
idContaContab INTEGER NOT NULL,desc VARCHAR(255) NOT NULL,tpTrans INTEGER NOT NULL,idEmp INTEGER NOT NULL) TYPE=HEAP;
Criado 22 de julho de 2009
Respostas 0
Participantes 1