The substring> function with three parameters,
- substring(<parameter>string> from
+ substring(<replaceable>string> from
pattern for
escape-character), provides
extraction of a substring that matches an SQL
The substring> function with two parameters,
- substring(<parameter>string> from
+ substring(<replaceable>string> from
pattern), provides extraction of a substring
that matches a POSIX regular expression pattern. It returns null if
there is no match, otherwise the portion of the text that matched the