Write a sql to print only character form the below string.
@So&*CIE%$TE@GEN!@RAL



Write a sql to print only character form the below string. @So&*CIE%$TE@GEN!@RAL..

Answer / 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

More SQL PLSQL Interview Questions

How many commands are there in sql?

0 Answers  


There are 5 records in a table and we have implemented two triggers that are :pre_query and post_query how many times these triggers will fire.

2 Answers   Maruti Suzuki,


how to increment dates by 1 in mysql? : Sql dba

0 Answers  


How do I find duplicates in the same column?

0 Answers  


What is the difference between Union and Union all. Which is faster.

0 Answers  






what is 'mysqladmin' in mysql? : Sql dba

0 Answers  


What is anonymous block in sql?

0 Answers  


What is difference between rank () row_number () and dense_rank () in sql?

0 Answers  


package specification-3 procedures package body-2 procedures will is execute

2 Answers   PWC,


How to download oracle sql developer?

0 Answers  


Is truncate ddl or dml?

0 Answers  


sql query to get zero records from a table having n no of records

8 Answers   CTS,


Categories