| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Currency sign ASCII value 164 ¤
I am trying to insert a currency sign to my database (we8dec character set).
I have difficulties to it as an insert from my windows terminal sqlplus session.
How I can verify it is there because I did a test and SQL> insert into test values ('¤','aaa');
1 row created.
SQL> insert into test values (ascii('164'),'bbb');
1 row created.
SQL> commit;
Commit complete.
SQL> select * from test
2 ;
COL1
49
bbb
rgds
HL
Received on Mon Feb 27 2006 - 06:00:19 CST
![]() |
![]() |