Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Range
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Range
Divers
Thread ID:
00961683
Message ID:
00961683
Vues:
51
Hi All:
I need help quickly. I want to sele all the record from a given table. When I execute the following code I get 0 records and I know there are at least 100 records. What am I doing wrong?

sele reg_masid,reg_meeid,reg_candt from regist ;
where empty(reg_candt) ;
and reg_meeid = "CAMEX2000","CAMEX2001" ;
and reg_meeid = "CAMEX2002" ;
and reg_meeid ="CAMEX2003" ;
and reg_meeid = "CAMEX2004" ;
Group by reg_masid,reg_meeid ;
Order by reg_masid,reg_meeid ;
Into Cursor cTemp
I know that there are records matching all the four requirements. Why am I getting 0 records than?
Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform