Help with sql statement
Closed
rony001
Posts
1
Registration date
Wednesday August 29, 2012
Status
Member
Last seen
September 25, 2012
-
Aug 29, 2012 at 02:07 AM
Bionik Posts 4232 Registration date Thursday August 19, 2010 Status Moderator Last seen August 3, 2016 - Sep 3, 2012 at 05:05 AM
Bionik Posts 4232 Registration date Thursday August 19, 2010 Status Moderator Last seen August 3, 2016 - Sep 3, 2012 at 05:05 AM
Related:
- Help with sql statement
- Fenix internet on bank statement - Guide
- Oracle sql datediff - Guide
- Application for bank statement sbi - Guide
- An if statement nested within another if statement will produce how many possible results? - Guide
- Sql dbx - Download - IDE
1 response
Bionik
Posts
4232
Registration date
Thursday August 19, 2010
Status
Moderator
Last seen
August 3, 2016
Sep 3, 2012 at 05:05 AM
Sep 3, 2012 at 05:05 AM
Greetings,
You can use this syntax for getting the sum of a specifiq table:
This gonna return the sum of the column.
Good Luck!
You can use this syntax for getting the sum of a specifiq table:
SELECT SUM(colum_name) AS sum FROM table_name
This gonna return the sum of the column.
Good Luck!