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 a constraint? Tell me about its various levels.

639


How to connect a sql*plus session to an oracle server?

623


Which normal form is best?

515


Can we create foreign key without primary key?

536


What is difference between sql and oracle?

568






What is a unique key?

588


What are the disadvantages of not performing database normalization?

595


How can you get sql*loader to commit only at the end of the load file? : aql loader

554


How can you know that statistics should be updated?

606


how many sql ddl commands are supported by 'mysql'? : Sql dba

528


Is a view faster than a stored procedure?

546


How to return multiple rows from the stored procedure?

523


What are the operators used in select statements?

578


What is the difference between left and left outer join?

518


List the various privileges that a user can grant to another user?

585