REGEXP_MATCH in BigQuery Standard SQL

喜夏-厌秋 提交于 2020-07-06 09:33:05

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!