Monday, 12 January 2015



How to find the number of occurences in a particular string.


SELECT length('simhachalam')-LENgth(REPLACE('simhachalam', 'm', '')) FROM dual;

Output: 2


SELECT length('simhachalam')-LENgth(REPLACE('simhachalam', 'a', '')) FROM dual;

Output:3

No comments:

Post a Comment

In how many ways we can link the requisition to purchase order in oracle ebs

 In Oracle E-Business Suite (EBS) R12 / R12.2, a Purchase Requisition can be joined to a Purchase Order across 4 primary levels , depending ...