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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:36:38+00:00 2026-06-04T00:36:38+00:00

I run a query and all my numbers are coming out to 5 decimal

  • 0

I run a query and all my numbers are coming out to 5 decimal points:

for example –

156713.55000
2103613.03000
2080.08000

is there a simple piece of code I can add into my code so the ‘Cost’ table results are to 2 decimal points?

  • 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-06-04T00:36:39+00:00Added an answer on June 4, 2026 at 12:36 am

    Following example will help you.

    With rounding:

    select ROUND(55.4567, 2, 0)
    -- Returns 55.4600
    
    select CAST(55.4567 as decimal(38, 2))
    -- Returns 55.46
    

    Without rounding:

    select ROUND(55.4567, 2, 1)
    -- Returns 55.4500
    
    select CAST(ROUND(55.4567, 2, 1) as decimal(38, 2))
    -- Returns 55.45
    

    or

    Use Str() Function. It takes three arguments(the number, the number total characters to display, and the number of decimal places to display

      Select Str(12345.6789, 12, 3)
    

    displays: ‘ 12345.679’ ( 3 spaces, 5 digits 12345, a decimal point, and three decimal digits (679). – it rounds if it has to truncate

    for a Total of 12 characters, with 3 to the right of decimal point.

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

Sidebar

Related Questions

All, If I run a query like the following: $qry = Select wrong_column from
Im looking to run a query on my external database, i got all the
Is there a query to run in php that would let you insert all
I have a query to list a set of numbers, for example 1000000 through
I would like to run a simple query to get all users of a
private Cursor getContacts() { // Run query Uri uri = ContactsContract.Contacts.CONTENT_URI; String[] projection =
I run a query sometimes and it just hangs. I go look at processes
If I run this query in Toad: SELECT BANDID, BANDNAME FROM WOODSTOCK WHERE BANDNAME
If I run a query simialr to: SELECT * FROM user u LEFT JOIN
I want to run MySQL query's on command without reloading the page. I think

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.