Fuzzy query for special symbols

I encountered a problem today, that is, fuzzy query for the content containing % in the title,
SELECT * FROM me_content WHERE title LIKE '%%%' obviously does not get the desired result, the % here is for example translation. SELECT * FROM me_content WHERE title LIKE '%\%%' This is the right way to write it.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326741727&siteId=291194637