Skip to content

Conversation

runekock
Copy link

@runekock runekock commented Sep 2, 2025

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;

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;
Copy link
Contributor

@runekock : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

Copy link
Contributor

Learn Build status updates of commit d9ca179:

✅ Validation status: passed

File Status Preview URL Details
docs/t-sql/functions/ceiling-transact-sql.md ✅Succeeded

For more details, please refer to the build report.

@v-dirichards
Copy link
Contributor

@markingmyname

Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged tracking label for the PR review team label Sep 2, 2025
@rwestMSFT
Copy link
Contributor

#reassign:rwestMSFT

@rwestMSFT
Copy link
Contributor

This looks correct - checking with product group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants