Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
T-SQL logic
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
T-SQL logic
Miscellaneous
Thread ID:
01373545
Message ID:
01373545
Views:
55
Hi All,

I need to check if the number provided by user is breaking a hundred after rounding it up first. If that is a case it should be round down Ex:

User input = 249.99 ; Suggested number = 250
User input = 249.91 ; Suggested number = 250

User input 299.99 ; Suggested number = 299
User input 299.91 ; Suggested number = 299

Thank you,
Daniel
Next
Reply
Map
View

Click here to load this message in the networking platform