在sqlite 数据库中用 select 语句查询带 换行符的 数据信息
实现
SELECT * from questions_exec where title like '%'||x'0a'||'%'
在sqlite 中x'0a' 相当于Char(10) 为换行符