CQL
Comments
There is two type of comment in CQL that is
below
1) Single-line
comments:-
A comment in CQL is a line beginning by either double dashes (--) or double slash (//).
Example:-
-- This is a comment
// This is a comment too
2) Multi-line
comments:-
Multi-line comments are also supported through enclosure within /* and */.
Example:-
/* this is a multi-line comment */
No comments:
Post a Comment
Note: only a member of this blog may post a comment.