>
> I searched from Google and from DBIx::Recordset manual, but couldn't find
> any references for using sub-selects. How is this accomplished in
> Recordset? I use PostgreSQL.
>
foo IN (select x from y where z = 1)
could be written as
Search ({'\foo' => 'IN (select x from y where z = 1)'}) ;
Hello,
I searched from Google and from DBIx::Recordset manual, but couldn't find
any references for using sub-selects. How is this accomplished in
Recordset? I use PostgreSQL.
Rgds,
Viljo
-
To unsubscribe, e-mail: [EMAIL PROT