mysql where的问题

select * from case where cid in ( select id from classify where name like '%5%')
请问这语句有什么问题导致无法执行
当前问题共有如下(3)个解决方案
  • 橙醉骑士团
    橙醉骑士团
    可能名不一致
    select * from case where cid in ( 
    select id AS cid
    from classify where name like '%5%')
  • 各别堪问
    各别堪问
    双人镜头: 一侧运动
  • 你好啊js
    你好啊js
    MYSQL IN不能包含like
上一篇:用哪个函数取MYSQL求和的结果
下一篇:主机localhost上不存在mysql服务 怎么办