I have a table called customer which has, among others, a column called name and a column called first_name_start. I want first_name_start to be equal to SUBSTRING(name, 1, 4). How would I create a trigger that makes sure this happens?
I have a table called customer which has, among others, a column called name
Share
Unfortunately, I didn’t get time to test this, it might be completely wrong.