COMMENT v15
This function and procedure generates the comment tags <!-- ctext -->
.
Syntax
The following is the syntax for HTP:
HTP.COMMENT (ctext IN VARCHAR2);
The following is the syntax for HTF:
HTF.COMMENT (ctext IN VARCHAR2) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ctext | The text in the comment |
- On this page
- Syntax
- Parameters