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

What's the procedure?

0 Answers  


What are the ways on commenting in a pl/sql code?

0 Answers  


Does pdo prevent sql injection?

0 Answers  


What is scope of pl sql developer in future?

0 Answers  


Are subqueries faster than joins?

0 Answers  






how view used for security purposes?

3 Answers   Glam India,


What is before trigger?

0 Answers  


How is indexing done in search engines?

0 Answers  


I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman

3 Answers   Satyam,


What is nosql db?

0 Answers  


what are the differences among rownum, rank and dense_rank? : Sql dba

0 Answers  


What is use of package in pl sql?

0 Answers  


Categories