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

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

05-11 18:14