REGEXP_MATCH in BigQuery Standard SQL -
although bigquery standard sql documentation mentions function regexp_match[1], seems unavailable when running query, web interface returning:
error: function not found: regexp_match
what alternative using it?
[1] https://cloud.google.com/bigquery/sql-reference/functions-and-operators#regexp_match
what alternative using it?
you should use regexp_contains
Comments
Post a Comment