求帮忙!org.springframework.jdbc.BadSqlGrammarException
PreparedStatementCallback; bad SQL grammar [SELECT COUNT(*) FROM (SELECT * FROM (SELECT res1.ID id,menu.name name,res1.action action,sub.ROLE_ID roleId, (case when sub.ROLE_ID is not null then 1 else 0 end) as counter FROM (SELECT * FROM ishare.usi_resource ) res1 LEFT JOIN (SELECT * FROM ishare.usi_role_resource rel WHERE rel.ROLE_ID = 741) sub ON res1.ID = sub.RESOURCE_ID left join ishare.usi_menu menu on menu.resource_id = res1.id where res1.DEL_FLAG = 0 and menu.id IN()) temp order by counter)LL]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00936: 缺失表达式|
这个哪里错了???希望给出解决方法