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 rdbms? : Sql dba
What are conditional predicates?
explain primary keys and auto increment fields in mysql : sql dba
Does asenumerable execute the query?
What is a ddl command?
How much ram can sql express use?
Are null values same as that of zero or a blank space?
Explain how can you save or place your msg in a table?
How to combine two stored procedures in sql?
what is the use of friend function? : Sql dba
What is left join in postgresql?
Why do we need view in sql?
what is 'mysqldump'? : Sql dba
what is the difference between primary key and unique key? : Sql dba
What is dml statement?