-
I'm interested in the possibility of writing SQL in a way that is easy to understand. I was thinking of rewriting an existing query, but how should I express |
Beta Was this translation helpful? Give feedback.
Answered by
EvgSkv
Apr 18, 2021
Replies: 1 comment 1 reply
-
Hello, Q(s) += 1 :- `bigquery-public-data.noaa_gsod.gsod*`(_table_suffix: s) Does this answer your question? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tkawachi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
thanks for your interest!
_table_suffix
is exposed as a column, thus it can be used as a field of the predicate as such:Does this answer your question?