
Larry C. answered 04/28/19
Computer Science and Mathematics professional
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.