Hi,
Lets say I have a table with 4 fields - product, location, transactions, cost
How do I select all the products (and their location) from the table that exist in the table more than 4 times with transaction=0 and cost>3?
There might be records for the product with more than 0 trans or < $3 cost but I don't want to include those in the query.
Thank you in advance.
Lets say I have a table with 4 fields - product, location, transactions, cost
How do I select all the products (and their location) from the table that exist in the table more than 4 times with transaction=0 and cost>3?
There might be records for the product with more than 0 trans or < $3 cost but I don't want to include those in the query.
Thank you in advance.