Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Order By?
Message
De
23/12/1999 11:13:22
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
 
 
À
23/12/1999 10:39:05
Paul Frost
Instem Computer Systems Ltd
Stone, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00307929
Message ID:
00307950
Vues:
30
what does it mean when a field is "not unique and must be qualified? example....

select bundle,length,grade,siz,shipdataid;
from data1,data2,data3,data4,data5,data6,data7,data8;
where data1.shipdataid = data2.shipdataid;
and data2.shipdataid = data3.shipdataid;
and data3.shipdataid = data4.shipdataid;
and data4.shipdataid = data5.shipdataid;
and data5.shipdataid = data6.shipdataid;
and data6.shipdataid = data7.shipdataid;
and data7.shipdataid = data8.shipdataid;
and data8.shipdataid = data1.shipdataid;
and grade = gdValue and siz = szValue and length = 2 ;
into cursor myCursor


I've got a nasty report to create, and (ha,ha) I'm trying to teach myself how to use cursors.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform