capfredf
0
Q:

postgres regex remove special characters

UPDATE ex_cat_fda 
SET name = regexp_replace(name, '[^a-zA-Z0-9]+', '','g');
1

New to Communities?

Join the community