Post

mysqlで正規表現を使用して検索

regexp を使用する。

select * from regexptest where str regexp ' | ';
[正規表現を使ったパターンマッチングを行う(REGEXP演算子) MySQLの使い方](https://www.dbonline.jp/mysql/select/index8.html)
This post is licensed under CC BY 4.0 by the author.