|
SELECT t.deptid, t.deptname, t.main_leader, t.main_leader_phone, t.leaderperson, t.leaderphone,t.workperson,t.workphone,
|
|
SELECT t.deptid, t.deptname, t.main_leader, t.main_leader_phone, t.leaderperson, t.leaderphone,t.workperson,t.workphone,
|
|
substring_index(substring_index(t.have_chnlid, ',', b.help_topic_id + 1), ',', - 1) AS chnlid
|
|
substring_index(substring_index(t.have_chnlid, ',', b.help_topic_id + 1), ',', - 1) AS chnlid
|