Closed hirdeshvishwdewa closed 3 years ago
+1
Medoo is updated, but the essence is the same.
We take copy the insert method completely
And we put REPLACE INTO instead of INSERT INTO . We call the method replaceinto , and rejoice.
For Type Auto-Detection, generally huge respect to the team!!!
Hi All,
Is there REPLACE INTO query function in medoo?? There exists a function replace() but it does something else.
If we just replace INSERT by REPLACE in insert() function here we will get our REPLACE INTO query.
Request catfan to add following method, so that it can be used same as insert()-
Thanks