I create table with default value,
How can I show the default value.
desc'TABLE' doesn't show the defualt value.
thank
zehava
User Profile
Collapse
-
How can I show the default value?
-
can't see the hebrew character
wrote the following lines in sql+ and can't see the hebrew character.
create table zz (z varchar2(5));
insert into zz values ('ABC');
insert into zz values ('אבג');
select * from zz;
Z
-----
ABC
???
what's I need to do?
Thanks zehava
No activity results to display
Show More