Give SQL Query to find the number words in a sentence ?
ex: 'ram charan singh' then ans:3
Answer Posted / bhakti
select length(trim('ram charan singh')) - length (replace
(trim ( 'ram charan singh'),' ','')) +1 from dual
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
what is the difference between functional dependecy and multilevel dependency?
What are the ansi data types supported in oracle?
What is the difference between formal parameters and actual parameters?
Is there any function in oracle similar like group_concat of mysql?
How different is ms access and oracle?
How to unlock the sample user account in oracle?
What is background process in Oracle?
Can you have more than one content canvas view attached with a window ?
How to execute the package in oracle?
How to drop a stored function?
How many types of tables supported by oracle?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
How to sort the query output in oracle?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)