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

  • SEARCH
  • Home
  • 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 7689745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:14:09+00:00 2026-05-31T20:14:09+00:00

I have a reward_points table with structure similar to ‘id’, ‘user_id’, ‘points’, ‘datetime_gained’. Each

  • 0

I have a “reward_points” table with structure similar to ‘id’, ‘user_id’, ‘points’, ‘datetime_gained’.

Each user_id can have multiple rows each with a quantity of reward points. The total value of the points they have available to spend is the sum of all the rows (referenced by their user_id.

When a user spends points, I need to deduct the points from their total starting with the oldest (using the date time_gained field) and progressively using the next oldest until all the points they have just spent have been allocated.

This is obviously quite trivial to do in a scripting language but I’m trying to work out if it can be done using pure MySQL?

  • 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-31T20:14:10+00:00Added an answer on May 31, 2026 at 8:14 pm

    Instead of actually subtracting points, given your current transaction-style structure wouldn’t it be better to insert new rows with negative point values? Then a SUM will give you the new deducted balance.

    By deducting straight from the original rows, you’re in effect invalidating that data. If the user gained 5 points on 3/1, then spent 2 points today, the database now says that user gained 3 points on 3/1 (which is incorrect). Adding new rows would show that the user gained 5 points on 3/1 then lost 2 points today.

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

Sidebar

Related Questions

I have a Reward System based on MySQL/PHP. Teachers award students points; students can
I have 2 tables A and B with following records --TABLE A-- id date
Suppose you have an database with the largest tables containing about 200.000 rows, and
In my current web application, I have to create a Reputation Points & Badges
I have a large number of pages, each of which use a common header/footer.
I have few question in this regard When you create an internet page, does
I have heard the 'shard' technique mentioned several times with regard to solving scaling
Have just started using Google Chrome , and noticed in parts of our site,
Have you ever seen any of there error messages? -- SQL Server 2000 Could
Have you guys had any experiences (positive or negative) by placing your source code/solution

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.