Sqlite query Select only when equals two values -
"select ? tablesales.... i have 2 columns, 1 manufacturer , other 1 model. want count how many times exists in table. problem use filter counts those, manufacturer , model column equal. cause happen model column or manufacturer column equal not both together.
it seems me can accomplish task code:
select count(*) tablesales manufacturer == model
Comments
Post a Comment