2013-03-04 98 views

回答

1
str1 := 'Please<B> escape <this> tag<html></html>'; 
str2 := regexp_replace(str1, '<.*?>'); 

select regexp_replace(col, '<.*?>') from table