google / zetasql

ZetaSQL - Analyzer Framework for SQL
Apache License 2.0
2.28k stars 214 forks source link

CONTAINS_SUBSTR function not found #135

Open masterlittle opened 1 year ago

masterlittle commented 1 year ago

This function is present in Bigquery but fails in zetasql. Any idea why?

matthewcbrown commented 1 year ago

This is a bigquery-only extension to GoogleSQL/ZetaSQL. If you manually construct a Catalog, and add a function with a matching signature, this would be a workaround.

On Thu, Mar 30, 2023 at 11:55 AM Shitij Goyal @.***> wrote:

This function is present in Bigquery but fails in zetasql. Any idea why?

— Reply to this email directly, view it on GitHub https://github.com/google/zetasql/issues/135, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL3D5MQV4WQQL7KCQXBNX5TW6XJJ3ANCNFSM6AAAAAAWNWFFOU . You are receiving this because you are subscribed to this thread.Message ID: @.***>