|
- ascii(text)
+ ascii(string)
int
ASCII code of the first byte of the argument
ascii('x')
|
- text,
|
- initcap(text)
+ initcap(string)
text
Convert the first letter of each word to uppercase and the
|
int
Number of characters in
string
|
text
Calculates the MD5 hash of
string,
|
-
quote_ident(string text)
text
Return the given string suitably quoted to be used as an identifier
|
-
quote_literal(string text)
text
Return the given string suitably quoted to be used as a string literal
|
- to_ascii(text
+ to_ascii(<parameter>string <type>text
text
- Convert
text to
ASCII from another encoding
+ Convert
string to
ASCII from another encoding
The to_ascii function supports conversion from
|
- text,