Lines Matching refs:Expression
47 use Illuminate\Database\Query\Expression; alias
109 ->where(new Expression('LENGTH(n_givn)'), '>', 1);
126 ->pluck(new Expression('COUNT(distinct n_id) AS count'), 'n_givn');
512 ->orderBy(new Expression('COUNT(n_surn)'), 'DESC')
513 ->having(new Expression('COUNT(n_surn)'), '>=', $threshold)
526 ->select(['n_surn', new Expression('COUNT(n_surn) AS count')])
685 ->select(['d_month', new Expression('COUNT(*) AS total')])
709 ->select(['d_month', 'i_sex', new Expression('COUNT(*) AS total')])
743 ->select(['d_month', new Expression('COUNT(*) AS total')])
767 ->select(['d_month', 'i_sex', new Expression('COUNT(*) AS total')])
817 …->select([new Expression(DB::prefix('death.d_julianday2') . ' - ' . DB::prefix('birth.d_julianday1…
845 …->select(['individuals.*', new Expression(DB::prefix('death.d_julianday2') . ' - ' . DB::prefix('b…
997 …->select(['individuals.*', new Expression('MAX(' . DB::prefix('death.d_julianday2') . ' - ' . DB::…
1141 ->orderBy(new Expression('MIN(d_julianday1)'))
1285 …->select([new Expression('AVG(' . DB::prefix('death.d_julianday2') . ' - ' . DB::prefix('birth.d_j…