How to alter a DB2 Distinct type? -


i have modify distinct type:

create distinct type tmonto decimal(13,2) comparisons;

to decimal (10,3), how to?

drop , create new 1 same name. why need new type in first place? decimal(10,3) not?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -