千分位    convert(varchar,convert(money,123000),1) 
去掉小数千分位 reverse(stuff(reverse(convert(varchar,convert(money,123000),1)),1,3,''))

相关文章: