How to use Regex in Query table

How to use Regex in Query table

Hi,
I want to replace some character by Regex in Query table. In some DBMS have function for regular expression, but I didn't see any feature for replace characters. For example in PostgreSQL has a function for regex in select query like this:

  1. select regexp_replace(content, E'<[^>]+>', '', 'gi') from message;
    


                New to ADManager Plus?

                  New to ADSelfService Plus?