URLENCODE scalar function
The URLENCODE function completes URL encoding of the provided text.
The schema is SYSTOOLS.
- character-string
- A character or graphic string expression that is to be encoded.
- encoding
- A character or graphic string that specifies the encoding used for encoding characters that are not valid in a URL. The default and recommended value is UTF-8. Otherwise, this is a charset that follows the naming conventions defined in RFC 2278: IANA Charset Registration Procedures.
The result of the function is a varying length character string that contains character-string after being encoded.