Hi Rajeev

On 05/09/16 12:07, Rajeev Prasad via dbi-users wrote:
sorry i didnt understand.

how can this have it?

my $obj_rs = $schema->resultset('itemList')->serach(
                { t_id => { -in => [ $tStr ] }},
                {
                    group_by => [ qw(i_id) ],
                    HAVING COUNT('t_id') = $tCount
                }
            );

No. It isn't Perl. And it doesn't match the docs for DBIx::Class.

--
Ron Savage - savage.net.au

Reply via email to