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

Can we use loop in sql?

527


How to revise and re-run the last sql command?

640


What is an ndf file?

520


What is procedure and function in sql?

524


Does varchar need length?

514






how to dump a table to a file with 'mysqldump'? : Sql dba

543


What is offset and limit in sql?

543


What is sqlite used for?

520


Explain what is a column in a table?

567


What are the types of index in sql?

526


How does an execution block start and end in pl sql?

491


What is Histogram?

1095


What mean sql?

576


How do you break a loop in pl sql?

517


What is sql exception?

513