Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT-SQL with distinct doesnt work
Message
 
 
To
08/11/2002 23:31:48
Peter Wagner
Point Informática Ltda.
Limeira, Brazil
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00720590
Message ID:
00720649
Views:
21
>Sergey,
>I made a test, but I thing the new way doesnt solve a problem.
>How could I return all the text that a memo field contais if it has a limit of 254 characters to return now ?
>The only way to solve this is get the record and make a new select just to call the memo field with all it contains, right ?
>
>Tia
>
Hi Peter,

The following select will not wor in VFP8 either
SELECT cust_id, contact, count(*) ;
	FROM customer ;
	GROUP BY cust_id
because contact column isn't included in GROUP BY clause as required by ANSI SQL.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform