Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Display total number of items ordered in each invoices

Posted By: Luki Fischer     Category: Oracle     Views: 2658

This article provides an example to display total number of items ordered in each invoices.

Code for Display total number of items ordered in each invoices in Oracle

selectcount(itemno) 
from invitem 
orderby itemno;

Output:

COUNT(ITEMNO)
-------------
5
  
Share: 


Didn't find what you were looking for? Find more on Display total number of items ordered in each invoices Or get search suggestion and latest updates.

Luki Fischer
Luki Fischer author of Display total number of items ordered in each invoices 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!