Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Concatenating during a SELECT
Message
 
 
To
14/11/2000 14:41:09
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00441758
Message ID:
00441779
Views:
9
>>>>>I'm doing a SELECT on a file and for one of the columns I want a list of the distinct (character) values for that field. Is there any nice way of doing this?
>>>>How do you want the result to look?
>>>>
>>>>If you just want that field do
>>>>
>>>>select distinct myfield from mytable into cursor cutmp
>>>
>>>No, perhaps I wasn't clear. Let's say I have a table that contains customers and items. I want to group it by customer and end up with a file that contains one record per customer where the second field contains a list of the items for that customer.
SELECT DISTINCT Customer + Item AS CustItem ;
>>   FROM mytable ;
>>   INTO blah blah blah
>That won't give me one record per customer.
I don't think this can be done with a single select statement. Please confirm you would like the results to look like the following:
Field 1         Field 2
CustomerName1   Item1, Item2, Item3, ... Item n.
CustomerName2   Item1, Item2, etc.
censored.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform