Hello
I have a query in which values are in decimals like 19.9,1.5 etc
How can I round them off to 19,1 etc
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pravin MorePosted Dec 8, 2011, 2:27 AM
do like this..........
select cast(Amount as Int) from Product