Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Problem - what wrong with this code?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
SQL Problem - what wrong with this code?
Divers
Thread ID:
00142064
Message ID:
00142064
Vues:
70
create table tempX (district c(3))

select tempX
index on district tag district
insert into tempX (district) values ('1')
insert into tempX (district) values ('1A')
insert into tempX (district) values ('1B')
insert into tempX (district) values ('1C')

lcInlist = " inlist(alltrim(district), '1','1C')
select * from tempx where &lcInlist into cursor junk

_tally = 4 && all four records with 'SET EXACT ON' & 'SET NEAR OFF'
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform