Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To optimize Select - SQL, Group by
Message
From
30/11/2005 02:45:08
 
 
To
29/11/2005 17:19:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01073030
Message ID:
01073117
Views:
13
>Hi, is it possible to make Rushmore optimization work here:?
>
>Table1's PK expression is PKF1 + PKF2
>
>
>Select PKF1, PKF2, Count(1) as nDup from Table1 group by PKF1, PKF2 ;
>Having nDup > 1
>
>
>
>Do I have to add any WHERE clause or any tip to see Optimization:Full?
>
>
>Current result is "Optimization: None"
>
>Thanks.

VFP is not capable to optimize a GROUP BY query.

But if it is a PK, as can it have multiple records ?
Previous
Reply
Map
View

Click here to load this message in the networking platform