-
Thank you so much for this amazing library! A few different dialects (Postgres, Tableau, Trino, and some others) support the For example:
I'm wondering about your preferred way to accomplish this. In particular, I'm not sure how the potential use of "data" as a CTE name does (or doesn't) affect the approach. Overall. it seems like this should be an arg to the Create expression, similar to the I have a simple text matching implementation that starts by matching the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
i guess the easiest way is in create table to match the sequence self._match_text("WITH", "DATA") and add "data": False to the Create expression. data == None, show nothing |
Beta Was this translation helpful? Give feedback.
i guess the easiest way is in create table to match the sequence
self._match_text("WITH", "DATA")
self._match_text("WITH", "NO", "DATA")
and add "data": False to the Create expression.
data == None, show nothing
data = False = WITHNO DATA
data = True = WITH DATA