select * from newCsv.csv WHERE gender ='male' AND genotype ='a'
As an aside: Please specify the column names instead of select *. Specifying column names protects against column additions, subtractions, and changes in column order. Furthermore, it is self-documenting. "select *" ought to be relegated to exists() and ad hoc queries.
In reply to Re: DBI::CSV using a variable to request columns
by chacham
in thread DBI::CSV using a variable to request columns
by Sandy_Bio_Perl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |