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
Can there be 2 primary keys in a table?
What is a primary key sql?
How do I truncate a sql log file?
What is pls integer?
Define select, insert, create, delete, update, drop keywords
Explain the significance of the & and && operators in pl sql.
What is output spooling in sql*plus?
How do you respond to dementia behavior?
How do you remove duplicate records from a table?
what is the difference between char_length and length? : Sql dba
Define tables and fields in a database
Which sql statement is used to return only different values?
What is the benefit of foreign key?
Is primary key an index?
What is varray in pl sql?