Inactive Tutor answered 04/28/19
Tutor
New to Wyzant
All the major SQL platforms have a substring function, called SUBSTRING() in SQL Server/Access and SUBSTR() in Oracle and MySQL They all have the same format of parameters: (string, startposition, [length]). If length is omitted, it returns the substring from startposition to the end of the string.