select distinct search from books order by lower(search);
update books set search = lower(search)
update books set url=replace(url, "word_from", "word_to");