catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

Is there any replace into method? #767

Closed lvtao-net closed 6 years ago

lvtao-net commented 6 years ago
REPLACE INTO test(title,uid) VALUES ('1234657','1003');
magikstm commented 6 years ago

There is replace: https://medoo.in/api/replace

As well as update: https://medoo.in/api/update