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 -

sql server - TFS 2012 TF255062 Error after removing 'Active Directory' Role -