Newb here, does anybody have experience with checking if a row exists in a db function?
Hi guys.
This is my current function (This function will basically increment a score between users):
Problem is, the row needs to exist first if it is able to increment it.
Im quite new so im unsure of syntax regarding how to add this logic in
This is my current function (This function will basically increment a score between users):
Problem is, the row needs to exist first if it is able to increment it.
Im quite new so im unsure of syntax regarding how to add this logic in
sql. Does anyone have any tips?