I'm trying to insert a record into the table, but this record will only be inserted if it does not already exist there, so I'm trying to do it like this:
INSERT INTO R01 (NUMERO,EXPORTADOR, IMPORTADOR, DATAANTECIPADO, STATUS)
VALUES
(64, 'CCB...
asked by
20.07.2015 / 16:07