Alphabetical list of functions
Encodes special characters within strings to be inserted into HTML documents.
HTML_ENCODE ( string )
string Arbitrary string to be used in an HTML document.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Not supported by Adaptive Server Enterprise.
This function returns the string argument after making the following set of substitutions:
| Characters | Substitution |
|---|---|
| " | " |
| ' | ' |
| & | & |
| < | < |
| > | > |
| codes nn less than 0x20 | &#xnn; |
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.