Oracle SUBSTR Function – SQL Syntax Examples
The Oracle
SUBSTR SQL Function is very common, and many times misused.
Below shows the SUBSTR function along with the arguments it takes:
substr(string, position)
substr(string,... 

