/ Published in: SQL
A few examples of the DECOMPOSE function.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
--DECOMPOSE --Example 1 SELECT DECOMPOSE('é') AS D_TEST FROM dual; --Example 2 SELECT DECOMPOSE('Je suis américain') AS D_TEST FROM dual;
URL: http://www.databasestar.com/oracle-decompose