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
Explain ddl statements in pl/sql?
What is the difference between view and stored procedure?
what is the difference between truncate and drop statements? : Sql dba
how to analyze tables with 'mysqlcheck'? : Sql dba
How to fetch alternate records from a table?
What is loop in pl sql?
When sql appeared?
what is error ora-03113: end-of-file on communication channel?
What is compound trigger?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
how to check myisam tables for errors? : Sql dba
Can I call a procedure inside a function?
what are all the common sql function? : Sql dba
Why is nosql good?
How do you optimize a query?