书生意气唐振波
2017-04-22 23:49
select c.ci_id,wm_concat(s.stu_name)
from pm_ci c,pm_stu s
having instr(c.stu_ids,s.stu_id)>0
group by c.ci_id;
instr不是组函数吧
having的后面不可以有组函数吧
qq_提卢卡...
where后面不能有组函数
2017-10-14 19:47:17
共 1 条回复 >
Oracle高级查询
62861 学习 · 144 问题
相似问题
回答 1
回答 2