You can add multi-line SQL comments in Teiid by enclosing text with /* */.
/* */
/* comment comment comment... */
You can also add single line comments:
SELECT ... -- comment
You can also nest comments.