I have several database connections in QIE.  I just noticed an H2 query with a comment that uses '//'.  I tried using a comment with '//' for a postgresql database but it didn't work.  I noticed that both H2 and postgresql support comments using '--'.  Then I tried this query on MySQL and it failed:
--Test comment on MySql 
Select 1
Is there a common syntax for comments?