Tuesday, January 20, 2009

SQL: Number roundup

To round up a value of a number, follow this Query,

For example even if the user enters 7.1 it should be rounded up to 8.


SELECT CEILING (7.1)

No comments:

Post a Comment