SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to list last 3 chars, simplest way is
select substr('123456',-3) from dual;