diff --git a/docs/t-sql/functions/ceiling-transact-sql.md b/docs/t-sql/functions/ceiling-transact-sql.md index 2e052d33f47..4f004958808 100644 --- a/docs/t-sql/functions/ceiling-transact-sql.md +++ b/docs/t-sql/functions/ceiling-transact-sql.md @@ -46,7 +46,7 @@ The return type depends on the input type of *numeric_expression*: | Input type | Return type | | --- | --- | | **float**, **real** | **float** | -| **decimal(*p*, *s*)** | **decimal(38, *s*)** | +| **decimal(*p*, *s*)** | **decimal(*p*, 0)** | | **int**, **smallint**, **tinyint** | **int** | | **bigint** | **bigint** | | **money**, **smallmoney** | **money** |