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 packages(if any) has oracle provided for use by developers?
Does truncate release storage space?
What does := mean in pl sql?
Can %notfound return null after a fetch?
what is a materialized view? : Sql dba
Is crud a cuss word?
What is the difference between python and sql?
How would you reference column values before and after you have inserted and deleted triggers?
What is a record in pl/sql?
What is the difference between local and global temporary table?
what are null values? : Sql dba
Can we update views in sql?
What is insert command in sql?
How do I start sql from command line?
What is the difference between left and left outer join?