[Dbix-class] Multiple-column subqueries

Andrew Beverley andy at andybev.com
Fri May 11 06:39:39 GMT 2018


On Thu, 10 May 2018 18:00:41 +0100 robrwo at gmail.com wrote:
> It looks like the only way to use multiple-column subqueries in DBIx::Class 
> is to define a virtual view, e.g. the SYNOPSIS in 
> https://metacpan.org/pod/DBIx::Class::ResultSource

Can you give an example of what you are trying to achieve, such as an
example raw SQL query or a description of the data you want from the
database?

I'm not saying I might be able to answer your question, but as I've
often found with DBIC, there are sometimes other ways to achieve the
same that others might suggest.

Andy



More information about the DBIx-Class mailing list