J
Jeff D'Amelio
Need to id the customers who did not get last year's card.
The current query is to id all who should get cards, sales
this year. " date like */*/02 and sum of sales < $100 AND
date like */*/03 and sum of sales >= $100 "
Customer db with all pertinent data. Sales db with link
to customer and sale date and $ amount.
I think I want to have a two line AND operation and I'm
not sure I can do that. Do I need two queries to get the
final result?
The current query is to id all who should get cards, sales
people who didn't get cards last year, of the ones who do= 100, this year. Now I want additionally to find the
this year. " date like */*/02 and sum of sales < $100 AND
date like */*/03 and sum of sales >= $100 "
Customer db with all pertinent data. Sales db with link
to customer and sale date and $ amount.
I think I want to have a two line AND operation and I'm
not sure I can do that. Do I need two queries to get the
final result?