I was wondering how would you go about making it where a row needs to have 2 values to be true before it is pulled as a result of your query?
like this is how the logic of it would go
select * from table where field_1=foo AND field_2=bar
do y'all get what i mean?