有時候我們會需要只group concat某些條件,就可以像這樣寫:group_concat(DISTINCT IF(user.name != 'abc' AND b.b_id != c.c_id, c.name, ...
確定! 回上一頁