SyntaxFix
Write A Post
Hire A Developer
Questions
SUBSTR(column, LENGTH(column) - 3, 4)
LENGTH returns length of string and SUBSTR returns 4 characters from "the position length - 4"
LENGTH
SUBSTR