Created
July 12, 2018 06:42
-
-
Save alikrc/28c2c71cc574437f84d90bd1fa356758 to your computer and use it in GitHub Desktop.
Find largest and smallest values of an integer which is less greater or equal.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT FLOOR(25.9); --25 | |
SELECT CEILING(25.1); --26 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment