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

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -