Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Number of undeleted records in a table
Message
De
28/09/2004 12:48:42
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00946531
Message ID:
00946786
Vues:
15
>How can I quickly count the number of undeleted records in a table?
>
>Brenda

Count Not Deleted,
then RECCOUNT()-NotDeletedCount => DeletedCount
* SET DELETED ON
SELECT Alias
*no set filter or set key
COUNT
? RECCOUNT()-_TALLY && deleted
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform