Hey again, im getting a reqular poster here, lol!
My query this time is with triggers. If i want to insert a character into a column when an update takes place what shoudl i be writing?
The column i want to insert into is criminal_event and want to add a T here.
Ive tried:
SET CRIMINAL_EVENT = 'T'
END;
but it is not happy, any help?