|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: COMPOSE
Definition: COMPOSE(string); The string parameter can be a CHAR, NCHAR, VARCHAR2, NVARCHAR2, DUACLOB, or NCLOB. Example Usage: This example returns the o-umlaut code point: SELECT COMPOSE ( 'o' || UNISTR('\0308') ) FROM DUAL; Related Links: Related Code Snippets:
|
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |