Multiline Query #91
Answered
by
osalvador
MichalisDBA
asked this question in
Q&A
-
Hello. How we can write a multiline query inside the config file?
Something like that. |
Beta Was this translation helpful? Give feedback.
Answered by
osalvador
Aug 24, 2022
Replies: 1 comment 1 reply
-
Hi @MichalisDBA Just put a backslash at end-of-line: source.query=SELECT * FROM TABLE \
WHERE X=1 AND Y=2 \
ORDER BY X ASC https://docs.oracle.com/javase/6/docs/api/java/util/Properties.html |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
osalvador
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @MichalisDBA
Just put a backslash at end-of-line:
https://docs.oracle.com/javase/6/docs/api/java/util/Properties.html