REGEXP_EXTRACT_ALL
Matches the regular expression on the input string. Returns the escape groups if any exists or the original string if none exists.
Syntax
Arguments
Returns
Returns the substrings(s) matched by the regular expression.
Examples
Transformation job example
SQL
Query result
Last updated