* Michael Higgins <[EMAIL PROTECTED]> [071206 11:20]:
> Can anyone tell me how to grab a result set that is a list of only one
> column? I see how to do %where, but not [what]..??

See:
http://search.cpan.org/~ash/DBIx-Class-0.08008/lib/DBIx/Class/ResultSetColumn.pm

my @values = $rs->get_column('whatever')->all;

        -Marc

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to