Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a 'grid' table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00102892
Message ID:
00103079
Vues:
31
Sorry to sound a bit vague there. Allow me to explain how SQL will behave when 2 tables are joined. Suppose there are two tables with 3 records each:

Table X
a
b
c

Table Y
1
2
3

Then by default, a JOIN will yield the following result:

a 1
a 2
a 3
b 1
b 2
b 3
c 1
c 2
c 3

And this is achieved by just ONE line of code. Since you are looking at multiplying rows and columns, this might give you a shortcut rather than writing a long program to do this.

Hope this helps!
Rishabh.
---
Rishabh Bakshi
Swarthmore, PA 19078
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform