由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - for round() function in SQL
相关主题
change year format in Access by SQL query (转载)How to convert this datetime in SQL Server?
SQL Server - convert datetime to a string YY-MM-DD HHHOW TO CONVERT % text into numbers in Access?
MSSQL Power Function一个关于T-SQL的问题
date format转换问题请教转换成时间的格式 MS SQL
oracle和XMLSQL Server里精度是咋定义的?
question求教:SQL 钱的结果输出格式
有沒有人討論一下 Query Tool?convert datetime to ''
比较sqlplus和sql developerRe: 刚电面一个,fail了 (转载)
相关话题的讨论汇总
话题: mbbo话题: round话题: sql话题: function话题: data
进入Database版参与讨论
1 (共1页)
e******r
发帖数: 220
1
I used the following command to format the data output, but got some
wired data. What is the reason? Thanks
select round( ( ( bestbid + bestoffer) /2 ) / 0.05 , 0 ) * 0.05
as mbbo from table;
mbbo
34.200000000000003
14.25
6.2000000000000002
45.650000000000006
10.15
1.1500000000000001
4.5499999999999998
0.70000000000000007
3.4000000000000004
13.25
6.0
12.0
5.0500000000000007
1.4000000000000001
28.25
0.65000000000000002
20.950000000000003
0.30000000000000004
2.8000000000000003
0.700000
a*******t
发帖数: 891
2
don't know
but if you want to format data, use cast
e******r
发帖数: 220
3
你说的 CAST 就是指 CONVERT FUNCTION 吧?

【在 a*******t 的大作中提到】
: don't know
: but if you want to format data, use cast

a*******t
发帖数: 891
4
cast and convert are basically the same
either one is fine

【在 e******r 的大作中提到】
: 你说的 CAST 就是指 CONVERT FUNCTION 吧?
c*******e
发帖数: 8624
5
round off error? I guess it's introduced by the 0.05
try it without 0.05; if not then use cast

【在 e******r 的大作中提到】
: 你说的 CAST 就是指 CONVERT FUNCTION 吧?
1 (共1页)
进入Database版参与讨论
相关主题
Re: 刚电面一个,fail了 (转载)oracle和XML
help needquestion
MySQL有沒有人討論一下 Query Tool?
DUMMY question: Intro to SQL.比较sqlplus和sql developer
change year format in Access by SQL query (转载)How to convert this datetime in SQL Server?
SQL Server - convert datetime to a string YY-MM-DD HHHOW TO CONVERT % text into numbers in Access?
MSSQL Power Function一个关于T-SQL的问题
date format转换问题请教转换成时间的格式 MS SQL
相关话题的讨论汇总
话题: mbbo话题: round话题: sql话题: function话题: data