You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the smallest integer greater than, or equal to, the specified numeric expression.
34
+
This function returns the smallest integer greater than, or equal to, the specified numeric expression.
35
35
36
36
[Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
Is an [expression](../../t-sql/language-elements/expressions-transact-sql.md) of the exact numeric or approximate numeric data type category, except for the **bit** data type.
46
+
An [expression](../../t-sql/language-elements/expressions-transact-sql.md) of the exact numeric or approximate numeric data type category. For this function, the **bit** data type is invalid.
47
47
48
48
## Return types
49
-
Returns the same type as *numeric_expression*.
49
+
Return values have the same type as *numeric_expression*.
50
50
51
51
## Examples
52
-
The following example shows positive numeric, negative, and zero values with the CEILING function.
52
+
This example shows positive numeric, negative numeric, and zero value inputs for the CEILING function.
0 commit comments