|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: CONVERT
Definition: CONVERT(<string>, <dest_char_set>, <source_char_set>); The string is the string to be converted. The dest_char_set parameter is the character set that the string is to be converted to. The source_char_set parameter is the character set that the string is to be to converted from. Example Usage: SELECT CONVERT('Ä Ê Í Ó Ø A B C D E','US7ASCII','WE8ISO8859P1') The table below lists the available character sets:
Related Links: Related Code Snippets:
|
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |