Subject Column "column_def" of getcolumns (...) returns redundant "default "
Author vmdd_tech
create table dt (
DTIME timestamp default current_timestamp);

...

result = databasemeta.getColumns (...);

System.out.println (result.getString ("COLUMN_DEF"));
==>

default current_timestamp

Notice that the above output includes redundant "default ";


Thanks,

Binh
http://vmdd.tech.mylinuxisp.com/catalog/