0
votes
1answer
40 views

Multiple Inserts with upon duplicate key update

What I am trying to achieve is similar to this example Singular Upon Key Insert However where mine differs is im trying to do multiple inserts at the same time. Im updating alot of rows. I would ...
0
votes
4answers
135 views

UPON DUPLICATE KEY increment multiple columns?

Im running a database log and every day I log on a new row. My Mysql query therefore checks if the day (date (the unique key)) already exists, and if so, it tries to increment all the loggable values ...