Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax Error
Message
De
27/12/1999 10:20:42
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
 
 
À
27/12/1999 09:35:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00308731
Message ID:
00308761
Vues:
24
I am inexperienced with cursors and need to use one (I think).
What does this do for me:

select bundle;
from data1;
into cursor 2ft;
where grade = gdValue and siz = szValue and length = 2;
union all;
select bundle;
from data2 ;
where grade = gdValue and siz = szValue and length = 2 ;
union all;
select bundle;
from data3 ;
where grade = gdValue and siz = szValue and length = 2 ;
union all;
select bundle;
from data4 ;
where grade = gdValue and siz = szValue and length = 2 ;
union all;
select bundle;
from data5 ;
where grade = gdValue and siz = szValue and length = 2 ;
union all;
select bundle;
from data6 ;
where grade = gdValue and siz = szValue and length = 2 ;
union all;
select bundle;
from data7 ;
where grade = gdValue and siz = szValue and length = 2 ;
union all;
select bundle;
from data8 ;
where grade = gdValue and siz = szValue and length = 2
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform