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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -