Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
geossl
Yak Posting Veteran
85 Posts |
Posted - 2007-09-14 : 00:27:31
|
| Dear All, I would like to make a report for Customer Purchase Item --------- -------------- Peter_CC Soap, shaver, biscuit Mary_AAA biscuit, soft drinkfrom two tables: Customer: CustomerId: Integer Name: nvarchar Purchase: PurchaseID: Integer CustomerID: Integer PurchaseItem: nvarcharCustomer is the master table and the Purchase is detail table.Is there any SQL to select the data which can concatenate all the purchase to one field?Thanks. |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
swathigardas
Posting Yak Master
149 Posts |
Posted - 2007-09-14 : 05:35:29
|
| does each of these tables have any common column so that u can create the report which u wanted |
 |
|
|
|
|
|