Posts by Andre • 131 points
1 post
-
3
votes6
answers1639
viewsA: Remove an undetermined number of " " in a column in the database
Mysql does not support replacing regular expressions natively (one of the reasons I prefer Posgresql). So I recommend that you install the lib of Udfs mysql-udf-regexp. Once this is done, simply use…