How to insert data into a table only if it does not exist? the following attempt returns an error, the basic idea is to insert a unique mode record, if it already exists ignore, otherwise insert the record.
INSERT INTO registro_tb (nome, tag)...
asked by
17.10.2016 / 07:05