最新回答 / weixin_慕工程1563154
https://vk.com/album712782082_283440669https://vk.com/album712782483_285970396https://vk.com/album712781332_283440685https://vk.com/album712772904_281938433https://vk.com/album712774205_283344608https://vk.com/album712534118_283395410https://vk.com/album7...
2021-05-04
最新回答 / weixin_慕工程1563154
https://vk.com/album712782082_283440669https://vk.com/album712782483_285970396https://vk.com/album712781332_283440685https://vk.com/album712772904_281938433https://vk.com/album712774205_283344608https://vk.com/album712534118_283395410https://vk.com/album7...
2021-03-20
select c.ci_id ,wm_concat(s.stu_name) stu_names
from pm_ci c, pm_stu s
where instr(c.stu_ids, s.stu_id)>0
group by c.ci_id;
from pm_ci c, pm_stu s
where instr(c.stu_ids, s.stu_id)>0
group by c.ci_id;
2021-02-23
最贊回答 / bikong7
select ci.ci_id ci_id, listagg(stu.stu_name,',') stu_namefrom pm_ci ci,pm_stu stu?where instr(ci.stu_ids,stu.stu_id) > 0group by ci.ci_idorder by ci.ci_id
2020-12-25
最新回答 / weixin_慕工程1563154
https://vk.com/album712774205_283343594https://vk.com/album712534118_283394337https://vk.com/album712782889_283692329https://vk.com/album712781708_283394356https://vk.com/album712782082_283439784https://vk.com/album712782483_285969412https://vk.com/album7...