Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Example to concatenate a string using select query

Posted By: Anselma Schmidt     Category: Oracle     Views: 3476

This article provides an example to concatenate a string using select query.

Code for Example to concatenate a string using select query in Oracle

select itemname ||’purchased at Rs.’|| itemprice from item;
  
Share: 


Didn't find what you were looking for? Find more on Example to concatenate a string using select query Or get search suggestion and latest updates.

Anselma Schmidt
Anselma Schmidt author of Example to concatenate a string using select query is from Frankfurt, Germany.
 
View All Articles

Related Articles and Code:


 
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!