碉堡的SQlite like查询 select * from table_song where 'fir_name' like '%Z G %' 数据库字段用 引号 引起来后,无结果返回正确语句如下:select * from table_song where fir_name like '%Z G %' SQLite 2024-10-19 173 点赞 2 评论 262 浏览