目次

検索ワード

取得

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");