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 / ramya
select replace ('ABCD,EFGH,IJKL,PQRS',',','') from Customers;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When do you get a .pll extension in oracle?
What is ADDM Advisor in Oracle?
What happens if you use a wrong connect identifier?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
How to create a new user account in oracle?
Oracle
Why do we use bulk collect in oracle?
What is the difference between substr & instr functions?
How to create an oracle database?
How do you store pictures in a database?
What is set operator oracle?
How to open a cursor variable?
What are the data types in oracle?
What is the usage of synonyms?
How data locks are respected in oracle?