-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostgreSQL version of pivoted-gcs #117
Comments
What about |
You could also use ~ which is functionally the same.
…On Wed, Mar 25, 2020 at 7:34 PM Tristan Naumann ***@***.***> wrote:
What about COUNT(REGEXP_MATCHES(...)) > 0?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJZE5A63ANYCFMRT7JR5QTRJKIHXANCNFSM4LTFMI3Q>
.
|
Thanks!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The script concepts/pivoted/pivoted-gcs.sql uses
REGEXP_CONTAINS
which is not supported by PostgreSQL.I tried
LIKE
andILIKE
but got 0 rows.Could you please suggest an alternative to using
REGEXP_CONTAINS
?The text was updated successfully, but these errors were encountered: