First of, I've searched this topic here and elsewhere online, and found numorous articles and answers, but none of which did this...
I have a table
with ratings, and you should be able to update your rating, but not create a new row.
My table contains: productId
, rating
, userId
If a row with productId
and userId
exists, then update rating
. Else create new row.
How do I do this?