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 6665507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:43:50+00:00 2026-05-26T02:43:50+00:00

I am trying to sum my decimal records e.g. There is a column in

  • 0

I am trying to sum my decimal records e.g.

There is a column in my table named cash having values like 40.33, 30.00, 77.22. How can I create a query that sum up these records? I am trying hard using SUM(cash) and ROUND(SUM(cash),2) but no result.

SELECT cash FROM `enrolled 

return rows.

SELECT ROUND(SUM(cash),2)`

return 0 row.

  • 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-26T02:43:51+00:00Added an answer on May 26, 2026 at 2:43 am

    try this.

    SELECT ROUND(SUM(cash), 2)
    FROM <tablename>
    

    If you are getting no results, then there must be a null value, try this instead.

    SELECT ROUND(SUM(cash), 2)
    FROM<tablename> a
    WHERE cash IS NOT NULL
    

    Tell me if there is anything else to help you with.

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

Sidebar

Related Questions

I'm trying to calculate the sum of an array of decimal values in PHP,
I am trying to find the sum of one column's timings which is like
I am trying to add two decimal values but the returned sum is pure
I'm trying order a Linq to NHibernate query by the sum of it's children.
I'm trying to create a method that will sum two timeO objects and return
I'm pulling decimal values from a sql table as a text field which i
I'm trying to sum up all the values in this script below but not
I am trying to sum the values of a nD array along a particular
I'm trying to sum all the values from key[0] per weekday (key[1]). The final
hi i am trying to make a query that will run records from a

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.