You can accomplish the same with UPDATE
query
UPDATE tablename SET points = points + 5 WHERE email="your_email_here"
solved adding “5” to INT [closed]
You can accomplish the same with UPDATE
query
UPDATE tablename SET points = points + 5 WHERE email="your_email_here"
solved adding “5” to INT [closed]