Skip to content

Commit ed408fb

Browse files
sqlHipporwestMSFT
authored andcommitted
Update floor-transact-sql.md
Changed return type for `decimal(p, s)` to `decimal(p, 0)`, rather than `decimal(38, s)`.
1 parent 8ca5a2c commit ed408fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/floor-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The return type depends on the input type of *numeric_expression*:
4141
|Input type|Return type|
4242
|----------|-----------|
4343
|**float**, **real**|**float**|
44-
|**decimal(*p*, *s*)**|**decimal(38, *s*)**|
44+
|**decimal(*p*, *s*)**|**decimal(*p*, 0)**|
4545
|**int**, **smallint**, **tinyint**|**int**|
4646
|**bigint**|**bigint**|
4747
|**money**, **smallmoney**|**money**|

0 commit comments

Comments
 (0)