So I keep getting SQL syntax error when trying to run the following:
UPDATE tickets SET (ticket_urgency, ticket_status) VALUES ('Urgent', 'new') WHERE ticket_id='14'
Not sure what is wrong with this? I tried INSERT INTO aswell, but the tricky part here is the WHERE tiket_id='x'.