Re: DBIx and sub-select

2002-09-08 Thread Gerald Richter
> > 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)'}) ;

DBIx and sub-select

2002-09-05 Thread Viljo Marrandi
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