Search found 1 match

Go to advanced search

by mondo
Sat Nov 02, 2013 4:34 pm
Forum: Issues
Topic: Insert or Update-if-existing
Replies: 1
Views: 85
 
Jump to post

Insert or Update-if-existing

I'd like to push to the Appery.io DB, but I want to base it off a unique key. If the key exists, then UPDATE, else INSERT... like mysql Update on Duplicate (http://dev.mysql.com/doc/refman/5.0/e...).

Is this possible without first querying and THEN deciding action?

Go to advanced search