in reply to Fetching selective elements of table through prefetch

I can't seem to run your code. Undefined values, and lack of sample data seems to be a problem.

Also, don't use $a or $b, since those are magical sort variables.

Replies are listed 'Best First'.
Re^2: Fetching selective elements of table through prefetch
by anirudh_sml (Novice) on Jun 25, 2011 at 01:33 UTC

    Thank you for your time !!
    This is a multiselect query we are writing in ctalyst framework . the issue is the prefetch function we are using . This function is a DBIX:class function by default it take all the elements of the table defined in it . I want only selective elements, want to know how ?