Oracle Unicode

Da Emigar.
Versione del 8 lug 2022 alle 18:26 di WikiSysop (discussione | contributi) (Creata pagina con " SQL> select UNISTR('\20AC') from dual; UNISTR('\20AC') -------------------------------------------------------------------------------- € SQL> select asciistr('...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
Jump to navigation Jump to search


SQL> select UNISTR('\20AC') from dual;
UNISTR('\20AC')
--------------------------------------------------------------------------------
€


SQL> select asciistr('€') from dual;
ASCIISTR('€')
--------------------------------------------------------------------------------
\20AC
SQL>