sqlite 一条记录判断一个字段是否like另一个字段

sql: select * from test where col2 like '%'||col1||'%';

原文地址:https://www.cnblogs.com/ygm900/p/4483619.html