碉堡的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 207 点赞 3 评论 313 浏览