createQuery(); } $query->select('*, IFNULL(name, CONCAT(first_name, last_name)) as sort') ->orderBy('sort ASC'); return $query; } }