Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Counting no of occurences of records in table
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Counting no of occurences of records in table
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00959456
Message ID:
00959456
Vues:
42
I have a table named planning in which I query a set of records into a cursor. Each record has whats known as a mainkey. There can be more than one record with the same mainkey. I would like to count the number of mainkeys in the table. For example, here is my query:L
SELECT planning.mainkey, planning.planextra1, planning.ok, planning.okdate ;
FROM planning ;
WHERE planning.ok<>.t. ;
INTO CURSOR crsresult
A typical list of record would be:

MAINKEY TYPE DATE
JT001 Trouser 19/11/04
JT002 Skirt 20/11/04
JT001 Trouser 21/11/04

Therefore I would like to count the number of different mainkeys. In this example the result would be 2. As there is only JT001 & JT002.

Any help would be greatly appreciated.
Neil Lewis
IT R&D Manager
Velmore Ltd
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform