From padawan.info:
This made some data munging easy:
update tablename set field = replace(field,'search_for_this','replace_with_this');
Popularity: 17%
Comments: (1)
From padawan.info:
This made some data munging easy:
update tablename set field = replace(field,'search_for_this','replace_with_this');
Popularity: 17%