如何使用SQLite数据库 匹配一个字符串的子串?

select * from table_name where 字符串 like '%'||列名||'%'

原文地址:https://www.cnblogs.com/simadi/p/4663665.html