How can I make an insert with a where condition?
I have the following query:
INSERT INTO 'registro'('id', 'username')
values
('','USER_1'),
('','USER_2'),
('','USER_3')
It will add a new user to the table record. Except that I need it...
asked by
12.04.2018 / 15:59