How to do a With statement in one line? #248
rigogsilva
started this conversation in
General
Replies: 1 comment
-
Short answer: no such option. In general the formatter tries to accommodate longer cases like: WITH
foo AS (SELECT * FROM bar),
blah(id, name) AS (SELECT * FROM tbl)
SELECT
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an option to change this:
to this:
Beta Was this translation helpful? Give feedback.
All reactions