Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将我的类型声明rate为numeric(6,6)并尝试在下面插入记录时遇到问题,我在 rate 列中没有得到任何值。
rate
numeric(6,6)
insert into md.day_summations_usage (status_id,rate) values (200,0.000001)
NUMERIC 类型定义(手册):
NUMERIC(精度、比例)
如果 scale 等于精度,则该值必须小于 1。插入 3.078343 值的正确类型定义:
数字(7,6)
我们在客户的服务器上部署了一个 .NET 4.0 应用程序,虽然该站点的 URL 在技术上是公开的,但它不被任何其他站点(我们知道的)引用,包括搜索引擎。但是,时不时地(有时一天两次或三次,有时一周一次),我们会抛出异常并报告;
2013-07-21 13:33:40