in reply to Re: correlated subqueries in DBIx::Class
in thread correlated subqueries in DBIx::Class

The "+as" of "device_count" does not exist in the generated SQL. Anyone have a solution????
  • Comment on Re^2: correlated subqueries in DBIx::Class

Replies are listed 'Best First'.
Re^3: correlated subqueries in DBIx::Class
by Anonymous Monk on Jan 20, 2014 at 00:07 UTC
    Sorry my error; the "+as" of "device_count" is not for the SQL but the resultant row in PERL. So device_count is a column name in each row.