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


Please Help Members By Posting Answers For Below Questions

What is difference between table and view?

706


What is auto increment feature in sql?

819


Which is faster view or stored procedure?

690


What is sql profiler in oracle?

759


what are all the different normalizations? : Sql dba

686






How to display Row Number with Records in Oracle SQL Plus?

771


What is spool?

790


Which is faster truncate or drop?

779


How do you update f as m and m as f from the below table testtable?

1473


What is difference between pl and sql?

713


what are rollup and cube in t-sql? : Transact sql

819


How does join work in sql?

727


what is heap table? : Sql dba

803


Is sql microsoft?

710


What is clustered index sql?

700