SUBSTRING
Return a substring. This function extracts a portion of a string starting at a specific position for a given length.
Syntax
SUBSTRING(str,pos),
SUBSTRING(str FROM pos),
SUBSTRING(str,pos,len),
SUBSTRING(str FROM pos FOR len)
SUBSTR(str,pos),
SUBSTR(str FROM pos),
SUBSTR(str,pos,len),
SUBSTR(str FROM pos FOR len)Description
Examples
See Also
Last updated
Was this helpful?

