Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select - sql trouble
Message
De
18/11/1999 16:48:21
 
 
À
18/11/1999 16:01:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00292685
Message ID:
00292736
Vues:
24
cVar = ""
for i = 1 to alen(aArray)
cVar = iif(empty(cVar), '("'+aArray(i)+'"',cVar+',"'+aArray(i)+'"')
next i
cVar = cVar + ')'
select x1, x2 from dbx!tablex ;
where tablex.x1 in (cVar)

This doesn't work too. I will use UDF.

Thank you very much for your help.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform