Return to Snippet

Revision: 71736
at March 6, 2017 15:17 by bbrumm


Initial Code
SELECT COMPOSE('u' || UNISTR('\0308'))
FROM dual;


SELECT COMPOSE('a' || UNISTR('\0300'))
FROM dual;

Initial URL
http://www.databasestar.com/oracle-compose

Initial Description
A few examples of the COMPOSE function.

Initial Title
Oracle COMPOSE Function

Initial Tags
sql, Oracle

Initial Language
SQL