Code has been added to clipboard!

Substring in SQL Mid

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