Give SQL Query to find the number words in a sentence ?
ex: 'ram charan singh' then ans:3
Answer Posted / sanjaya
select regexp_count('RAM CHARAN SINGH','s')+1 from dual;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is index-organized table in Oracle?
What is set operator oracle?
How to start your 10g xe server?
How to convert times to characters in oracle?
What is oracle join syntax?
What is an oracle?
What is a server parameter file in oracle?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
Which environment variables are absolutely critical in order to run the OUI?
Explain what are clusters?
Explain oracle’s system global area (sga).
What is the maximum number of triggers that can be applied to a single table?
Is a rollback possible to any savepoint?
Explain self joins in oracle?
How to get the Installed Oracle Version Information ?