CQL code comments
Commenting CQL code.
You can use the following notation to include comments in CQL code:
- Double hypen
-- Single-line comment
- Double forward slash
//Single-line comment
- Forward slash asterisk
/* Multi-line comment */