Home
last modified time | relevance | path

Searched refs:groupConcat (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Services/
H A DAdminService.php123 ->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')])
/webtrees/app/
H A DDB.php194 public static function groupConcat(string $column): string function in Fisharebest\\Webtrees\\DB