im trying to insert data into a particular row in the database, but i mysql is saying this is an error:
INSERT INTO user (rep, course) VALUES('5', 'computer science') WHERE user='2'
UPDATE user
SET rep = '5', course = 'computer science'
WHERE user = '2'
Link to docs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With