-
When I am writing a query, often I will want to break it up across multiple lines rather than a one line string. I see on your homepage queries that go across multiple lines, also I can copy and paste multi-line strings if I edit my SQL command in a separate tool. How do I edit multi-line queries? |
Beta Was this translation helpful? Give feedback.
Answered by
dboeke
Jan 22, 2021
Replies: 1 comment
-
I found in one of the docs: https://steampipe.io/docs/reference/dot-commands that there is a meta command ~$ steampipe query
Welcome to Steampipe v0.1.0
Type ".inspect" for more information.
> .multi on
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dboeke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found in one of the docs: https://steampipe.io/docs/reference/dot-commands that there is a meta command
.multi
so what I needed to do to enable multi-line queries is the following: