E.g. `where column like '%\%d%' escape '\'` to match any string with the `%d` substring. https://www.sqlite.org/lang_expr.html#the_like_glob_regexp_match_and_extract_operators
E.g.
where column like '%\%d%' escape '\'to match any string with the%dsubstring.https://www.sqlite.org/lang_expr.html#the_like_glob_regexp_match_and_extract_operators