Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get no records when trying to exclude deleted records
Message
De
10/04/2001 16:49:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Get no records when trying to exclude deleted records
Divers
Thread ID:
00494168
Message ID:
00494168
Vues:
76
I am trying to retreive data from multiple files. Any of then can
have deleted records. A simplified version of my problem is.

The code

Select * from vitens where !deleted('vitems')

and

Select * from vitems, vorders where vitems.clordno = cordno

both work as expected but combining them

Select * from vitems, vorders where vitems.clordno = cordno ;
and !deleted('vitems')

produces no output. Why?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform