Oracle COMPOSE Function


/ Published in: SQL
Save to your folder(s)

A few examples of the COMPOSE function.


Copy this code and paste it in your HTML
  1. SELECT COMPOSE('u' || UNISTR('\0308'))
  2. FROM dual;
  3.  
  4.  
  5. SELECT COMPOSE('a' || UNISTR('\0300'))
  6. FROM dual;

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

Report this snippet


Comments


You need to login to view comments.