Adding Comments in an isql Script
Go Up to Using SQL Scripts
isql scripts are commented exactly like C programs:
/* comment */
A comment can occur on the same line as a SQL statement or isql command and can be of any length, as long as it is preceded by “/*” and followed by “*/”.