Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
UPDATE table SET mood = mood + 5 WHERE id =12345678Obviously replacing "table" and "id" with the relevant names from your DB schema.
UPDATE table SET mood = mood + 5 WHERE id =12345678
Obviously replacing "table" and "id" with the relevant names from your DB schema.