comments

XML comments

Comments are ignored by XML parsers. Comments are used to describe XML or leave a note for humans reading the XML. Both HTML and XML support comments and they both use the same syntax:


DB2 Comments

Comments are text written by developers to leave an explanation in the code. Comments are ignored by the database. DB2 supports two types of comments:

/* */
--

Example