Currently only Std. SQL. style comment i.e. "–" can be used in query.
Requesting to add support for C-Style single line as well as multiline comments.
1. /* <comment text line1> */
2. /* <comment text line1>
<comment text line2> */
3. // <comment text line1>