Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 418197
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:39:18+00:00 2026-05-12T18:39:18+00:00

I have a Total value that I need to distribute among several rows in

  • 0

I have a Total value that I need to distribute among several rows in a SQL table:

DECLARE @total numeric(38,5);
DECLARE @count int;

SET @total=123.10000

SET @count = SELECT COUNT(*) FROM mytable WHERE condition=@val;
-- let's say @count is now 3

UPDATE mytable SET my_part=@total/@count WHERE condition=@val;

--each record now has 41.03333

SELECT SUM(my_part) FROM mytable where condition = @val;

-- the sum is 123.09999, not my original 123.10000

Obviously, the original total wasn’t evenly divisible by 3 so the SUM won’t match the original value. And no matter what I use for scale, there will be possible divisions like this one that can’t line back up.

What I would like is that one of the UPDATEd rows would contain 41.03334, and the other two would have 41.03333. I don’t care which ones round up and which round down. But I care that the values can be re-summed to get the original total. Is this possible? Are there known algorithms for doing this kind of thing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T18:39:18+00:00Added an answer on May 12, 2026 at 6:39 pm

    You could use fractions to avoid rounding problems. At least multiplication and division of several rows would be easy. SUM() would not be quite so easy, if you need the exact value.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an embedded webserver that has a total of 2 Megs of space
I have a rails app that uses heavily js (over 1MB total). I'd like
Given a situation where you have 2 projects that in total will provide enough
i need help with disk_total_space function.. i have this on my code <?php $sql=select
I have two fields that need to multiply each other and fill a third
My situation is that I need to get a single value that defines the
What I need is query that show : How many times value in field
I Have a request for the TOTAL's and subtotals column to be moved to
If I have a Vim window open with 2 splits in it (3 total
I'm doing a probability calculation. I have a query to calculate the total number

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.