Commit 8ca5a2c
Update ceiling-transact-sql.md
Actually observed behavior as of version 15.0.2140.
This can give unexpected results, such as in this case:
declare @A numeric(38,12) = 7;
declare @b numeric(38,12) = 1.5;
select ceiling(@A) + @b;1 parent d0aba95 commit 8ca5a2c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments