The following query returns a sequence with a single comment node whose serialization is <!--The orders following this comment will be shipped the next day-->.
SELECT XMLCOMMENT('The orders following this comment will be shipped the next day');
Query result:
XMLCOMMENT('The orders following this comment will be shipped the next day') ---------------------------------------------------------------------------- <!--The orders following this comment will be shipped the next day-->