Hi all,
SQL Server 2005 database.
How would i create a list of order no’s for each customer like this, so i can return 1 row per customer. I could get the max and the min but thats about it.
Customer… Order No’s
Cust001… 2101, 2102, 2103, 2104
Table fields below:
-Customer
-Date
-Order No
-Value
Currently i will get 4 rows:
Cust001 2101
Cust001 2102
Cust001 2103
Cust001 2104
Thanks for any help
Goodwin
goodwin (BOB member since 2006-03-06)