write a query to count number of alphabets in given string
for example "APPLE"
write a query to generate sequence from 50 to 100
write a query to display in single string "ABCD,EFGH,IJKL,PQRS"
Answer Posted / obulesu
select length(regexp_replace('s,a,d,abc',','))
countofcharecter from dual
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to connect asp pages to oracle servers?
Explain integrity constraints?
How to drop a stored function?
How to use in conditions in oracle?
Define oracle database
What are the four Oracle system processes that must always be up and running for the database to be useable?
How to call a stored function in oracle?
How to handle a single quote in oracle sql?
What do you mean by cdb and pdb in oracle 12c?
What is a lookup table in oracle?
Is oracle the best database?
How do I manually create a database in oracle?
Explain parameter file in oracle.
what is port in oracle? how is it related to database application.
Is java required for oracle client?