| Subject | what the most efficient way to do update or insert with value ? |
|---|---|
| Author | nathanelrick |
| Post date | 2012-02-15T06:54:14Z |
hello,
i want to do something like
update or insert into mytable(ID, amount) values (123, amount + 100);
how to do this ?
i want to do something like
update or insert into mytable(ID, amount) values (123, amount + 100);
how to do this ?