问题
Although the BigQuery Standard SQL documentation mentions the function REGEXP_MATCH
[1], it seems to be unavailable when running a query, with the web interface returning:
Error: Function not found: REGEXP_MATCH
What would be an alternative to using it?
[1] https://cloud.google.com/bigquery/sql-reference/functions-and-operators#regexp_match
回答1:
what would be an alternative to using it?
You should use REGEXP_CONTAINS
来源:https://stackoverflow.com/questions/38575732/regexp-match-in-bigquery-standard-sql