Thursday, August 9, 2018

mysql replace duplicate concat post


add, bing map link record


update world.countrylanguage
set content_bingmap = replace(original_content, 'googlemaps ', 'bingmaps')


update world.countrylanguage
set content = concat(original_content, '
', content_bingmap)







replace /googlemaps/ with /maps1/

update world.countrylanguage
set test = replace(test, 'F', 'FFFFFFFFF')




No comments: