Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About drop column
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00708287
Message ID:
00708289
Vues:
8
SELECT * from Plan INTO CURSOR crsPlan readwrite

nMin = 10
nMax = 20

FOR ix = 1 TO nMin - 1
lcName = 'G' + ALLTRIM(STR(ix))

ALTER TABLE crsTemp ;
DROP (lcName)
ENDFOR

FOR ix = nMax + 1 TO 200 && Because of your sample is G200.
lcName = 'G' + ALLTRIM(STR(ix))

ALTER TABLE crsTemp ;
DROP (lcName)
ENDFOR
Tekin Basoz
Yapay Zeka Ltd.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform