Code has been added to clipboard!

SQL Mid Substring in Oracle

Example
SELECT SUBSTR(column_name,start,length) AS some_name FROM table_name;