How do i do a sum of 2 column in the same table? What is the correct sql to do a plus
Example:
I have 2 column on the same table: currentcharges & overduecharge
I need to do a statement currentcharge + overduecharge.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
The alias (“total_charge”) is optional, but helpful if you need to refer to the computed column later.