kulls has asked for the wisdom of the Perl Monks concerning the following question:
SELECT * FROM ( SELECT * from test where name='?' ) me: 'raja'
my $friends = [ $c->model('DB')->resultset('Metrics')->search ( {}, { bind => ['raja' ] } )];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: catalyst Arbitary query
by Your Mother (Archbishop) on Jul 01, 2010 at 17:40 UTC |