DECOMPOSE
DECOMPOSE(string [CANONICAL | COMPATIBILITY])
Section titled “DECOMPOSE(string [CANONICAL | COMPATIBILITY])”- string: The string to decompose.
- CANONICAL | COMPATIBILITY: Optional decomposition mode; CANONICAL (the default) allows recomposition with COMPOSE.
Example
Section titled “Example”SELECT DECOMPOSE('Châteaux') FROM dual;