2
Answers

How to convert Decimal to Integer Format using sql query

bubai banerjee

bubai banerjee

10y
1.4k
1
I want to round my Amount value from Decimal to Integer Format in sql query.
if amount 65.33 then amount=65
if amount 65.53 then amount=66
i tried with round function. but not getting expected result.
I am a fresher.please help.Thanks in advance

Answers (2)