insert or replace data / on duplicate key update for multiple insert
- Flachag
- Member | 2
Hey,
I use Nette Database and I didn't find how to use “on duplicate key update” for multiple insert:
I use multiple insert like this:
I don't know what I'm supposed to put for the duplicate key. In SQL I would do like this:
Someone know how to do the same thing with nette Database ?