in reply to Querying 2 Values Form 1 Column in DBIx::Class
See http://search.cpan.org/~ilmari/SQL-Abstract-1.84/lib/SQL/Abstract.pm#Logic_and_nesting_operators
pojmy @results = $schema->resultset( 'People1' )->search({ Name => [ -and => {-like => '%Franklin%'}, {-like => '%Linsey%'}] } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Querying 2 Values Form 1 Column in DBIx::Class
by phildeman (Scribe) on Jan 26, 2018 at 21:23 UTC |