Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Display total item price of item table using sum() function

Posted By: Griselda Miller     Category: Oracle     Views: 2706

This article provides an example to display total item price of item table using sum() function.

Code for Display total item price of item table using sum() function in Oracle

Selectsum(itemprice) from item;

Output:

SUM(ITEMPRICE)  
1585
  
Share: 



Griselda Miller
Griselda Miller author of Display total item price of item table using sum() function is from Frankfurt, Germany.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!