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

 

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

相关文章: