How do I remove the first characters of a specific column in a table?

In SQL, how can I remove the first 4 characters of values of a specific column in a table? Column name is Student Code and an example value is ABCD123Stu1231.
I want to remove first 4 chars from my table for all records

Please guide me

12 Answers
12

Leave a Comment