文書の過去の版を表示しています。
検索ワード
取得
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");
blog/2020/0925_検索ワード.1601017485.txt.gz · 最終更新: 2020/09/25 16:04 by kijima