当前位置:
代码迷
>>
开发方法
>> db2怎么修改字段的Decimal類型
详细解决方案
db2怎么修改字段的Decimal類型
热度:
8983
发布时间:
2013-02-26 00:00:00.0
db2如何修改字段的Decimal類型
修改的SQL语句为:
alter table applicationform
alter column self_loan_rate SET DATA TYPE DECIMAL(18,5);
但一直都不执行成功.
请问这是为什么?谢谢
------解决方案--------------------------------------------------------
建议LZ到DB2数据库板块咨询
不懂DB2帮顶!
查看全文
相关解决方案
Decimal(18,14)高精度门类写入数据库后,只有小数点后二位有效,其除都是0,求指点
在以下方法或属性之间的调用不明确:“System.Math.Floor(decimal)”和“System.Math.Floor(double),该怎么处理
运算符“==”无法应用于“decimal”和“string[]”类型的操作数解决方案
private decimal? _fi41 = 0M; OM是干什么的,该如何解决
DECIMAL 类型解决办法
decimal primitive type,该如何处理
Decimal Basic 学习笔记(一)
SQLserver 中 decimal(18,8)类型的奇怪现象解决方法
值对于 Decimal 太大或太小解决办法
SQL sum(decimal)速度慢的有关问题
ArrayList 加入 Dictionary<string, decimal>的有关问题
关于Powerbuilder only supports 18 decimal digits的有关问题
Mips: Convert "Hex to Binary" "Binary to Decimal"解决思路
数据类型(1)——C# 中 decimal、double、float 的区别
decimal? 类型保留两位小数
c++ decimal system
bzoj 4404: [Neerc2015]Binary vs Decimal
TypeError: Object of type Decimal is not JSON serializable解决办法
HDU-2106(decimal system)
TypeError: conversion from DeferredAttribute to Decimal is not supported
decimal 精确计算模块
Java BigDecimal出现 Non-terminating decimal expansion; no exact representable decimal result 问题的解决方法
HDOJ2106 decimal system
Mysql decimal(m,d)学习
Python-4-数据类型-续Numbers(math、random、decimal、fractions)
Decimal.js
python-flask中Object of type 'Decimal' is not JSON serializable 报错_解决方法
decimal float
MVC4 decimal 精度
python IDE pycharm flask框架中type Decimal is not JSON serializable