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

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -