finding first records only

ckitzman

Registered User.
Local time
Yesterday, 19:12
Joined
Sep 15, 2006
Messages
13
lots of customers. lots of orders. i need to query for the first order of each customer only. thoughts?
 
How about the Min() function based on the order date. Grouped by customer.

Col
 

Users who are viewing this thread

Back
Top Bottom