Posts by Gilcelino César • 1 point
1 post
-
0
votes3
answers2114
viewsA: Insert if it does not exist or Update if it already exists in Mysql?
mysql has a parameter that checks if the record exists and if it exists you can update it. Follow the example. INSERT INTO cliente (id, nome) VALUES (10, 'nome do cliente') ON DUPLICATE KEY UPDATE…
mysqlanswered Gilcelino César 1