Searched refs:groupConcat (Results 1 – 2 of 2) sorted by relevance
123 ->select([new Expression(DB::groupConcat('s_id') . ' AS xrefs')])147 ->select([new Expression(DB::groupConcat('d_gid') . ' AS xrefs')])160 ->select([new Expression(DB::groupConcat('f_id') . ' AS xrefs')])171 ->select([new Expression(DB::groupConcat('m_id') . ' AS xrefs')])
194 public static function groupConcat(string $column): string function in Fisharebest\\Webtrees\\DB