标题:[求助]在線等急?
取消只看楼主
liupeishi
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2006-2-27
 问题点数:0 回复次数:1 
[求助]在線等急?

請問如何將varchar轉換成int類型
完成下面的結果:
declare @new table
( code char(20),sdate char(20),sumsales money,sumtax money)
insert into @new
select tihinvoicecode,tihmovedate,tihsmhaccount,tihsmhpay from tmpinvoiceheader union all
select tihinvoicecode,tihmovedate,tihsmhaccount,tihsmhpay from tmpinvoiceheader_bad

select a=min(code),b=max(code),c=min(sdate),d=max(sdate),e=sum(sumsales),f=sum(sumtax)
from @new
group by ( cast(code as int)-1)/50

謝謝!!!!

2006-07-25 14:44
liupeishi
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2006-2-27
得分:0 
上面一段代碼最後有錯誤,
即:group by ( cast(code as int)-1)/50這兒提示varchar類型轉換為int類型時語法錯誤!

2006-07-25 15:05



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-80174-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.208536 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved