Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COUNT taking too long on network
Message
De
04/01/1999 14:53:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00172498
Message ID:
00172529
Vues:
36
>Here it is:
>
>SELECT temp.mnemonic, ata, name, class, type, status, CNT(*) FROM temp ;
>INTO TABLE assignee_temp ;
>WHERE group = gcGroup AND dept = gcDept ;
>AND BETWEEN(assign_date,gdStartDate,gdEndDate) ;
>GROUP BY 1,2,3
>
>
>>What is the SQL statement you have tried that does not work?
>>
>>Jeff

I think you're going to want to add an Order By Clause. And also as a side note I would name your CNT variable.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform