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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:38:56+00:00 2026-05-23T21:38:56+00:00

Hey I was wondering you know how its possible to use – to subtract

  • 0

Hey I was wondering you know how its possible to use “-” to subtract in the SELECT part of a query. So can you also use “+” to add? I’ve tried that and instead of adding the values together it does this 123+0.28=1230.28 does that maybe have anything to do with the number being in text format? But I hadn’t ever changed format from when i used “-” and that worked . Thanks

my code :

INSERT INTO Table( Question, Calculation)

SELECT DISTINCT 'Addition' AS Question,(T2.Calculation + T1.Calculation) AS Calculation

FROM Some_Table T2, Some_Table T1

ORDER BY T2.Question;
  • 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-23T21:38:59+00:00Added an answer on May 23, 2026 at 9:38 pm

    yes, you can use '+' to add two numbers together.

    SELECT table1.Field1, table1.Field2, Field1+field2 As SumOfFields
    FROM table1;
    
    Field1  Field2  SumOfFields
    1       2       3
    2       3       5
    

    EDIT:
    If you have strings that you want to add together then you need to convert the fields to a number: – since it was pointed out that CLng wouldn’t help the OP. It have been changed to CDbl to allow for the decimal.

    SELECT table1.Field1, table1.Field2, CDbl(Field1)+CDbl(field2) As SumOfFields
    FROM table1;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey im just wondering what would be the best collection to use when creating
Hey I was just wondering if it is possible to create an executable file
Hey all, I'm just wondering if it is possible to get the name of
Hey I'm wondering how I can get this code to work. Basically I want
Hey, I was wondering whether there is a way to use FlexScroll (JavaScript custom
Hey i was wondering if i can animate the browsers natural response to a
Hey all, just wondering what the best way to add this capability was. I
Hey guys, I was wondering if it were possible to translate audio without having
Hey I was wondering if it was at all possible in VHDL to AND
Hey I was wondering if there was a specific query that I could enter

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.