Write a sql to print only character form the below string.
@So&*CIE%$TE@GEN!@RAL
Answer Posted / santosh
select regexp_replace('@So&*CIE%$TE@GEN!@RAL','[^a-zA-Z]') from dual
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is cursor and why it is required?
What is the difference between cluster and non-cluster index?
Can a varchar be a primary key?
What are the three pl sql block types?
What does sign mean sql?
What is sqlcontext?
How does a covering index work?
What are the advantages of sql? Explain
What is trigger types in sql?
What is exit statement?
What is sqlite used for?
How to raise user-defined exception with custom sqlerrm ?
what is the different between now() and current_date()? : Sql dba
What are the constraints available in sql?
Can you call pl/sql package functions from within a fast formula?