Returns the substring of string that
begins at the nth
character and is of length length, padded
with pad if necessary.
n must be a positive whole number.
If n is greater than
LENGTH(string),
only pad characters are returned.
In some situations the positional (numeric) patterns of parsing
templates are more convenient for selecting substrings, especially if more
than one substring is to be extracted from a string.