T
tcek
i have two tables with multiple rows pertaining to various customers. Each
row has a multitude of information including a date field. The other table
has additional information about the customer (i.e purchas history). There is
a date field in the purchase history table but is not directly or exactly
associated with the date field in table 1. I am interested in finding the
minimum date associated with customer in table one and determinine what was
purchased within two days prior to the date in table two (purchase history).
Basic question. What was the mimimum date for a particular customer that
has multiple entries in table one. I want to review the itmes located in
table 2 of that same customer that were purchased the day of or the day
before the minimum date of that same customer contained in table 1.
thanks in advance
row has a multitude of information including a date field. The other table
has additional information about the customer (i.e purchas history). There is
a date field in the purchase history table but is not directly or exactly
associated with the date field in table 1. I am interested in finding the
minimum date associated with customer in table one and determinine what was
purchased within two days prior to the date in table two (purchase history).
Basic question. What was the mimimum date for a particular customer that
has multiple entries in table one. I want to review the itmes located in
table 2 of that same customer that were purchased the day of or the day
before the minimum date of that same customer contained in table 1.
thanks in advance