Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Display invoice items of invoice id I010

Posted By: Sophia Hughes     Category: Oracle     Views: 1726

This article provides an example to display invoice items of invoice id I010.

Code for Display invoice items of invoice id I010 in Oracle

Select itemname from invitem,item where invitem.itemno=item.itemno and invno='I010';

Output:

ITEMNAME
---------
CPU
  
Share: 


Didn't find what you were looking for? Find more on Display invoice items of invoice id I010 Or get search suggestion and latest updates.

Sophia Hughes
Sophia Hughes author of Display invoice items of invoice id I010 is from London, United Kingdom.
 
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!