Hi, Folks.
If I have table
create table t1(col1 number getnumber()) // getnumber is a funtion to
generate default value of col1.
How I can get this function string by a query on data dictionary
views?
Thanks,
--ye
If I have table
create table t1(col1 number getnumber()) // getnumber is a funtion to
generate default value of col1.
How I can get this function string by a query on data dictionary
views?
Thanks,
--ye
Comment