Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table View
Message
 
 
À
20/01/2010 14:00:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01445042
Message ID:
01445069
Vues:
33
>>>Take a look at
>>>
>>>SELECT-SQL command in Help.
>>Oh ohhh...you dont understand what i mean?
>
>
>ok ok if you have a table with three names how would you get them to show simultaneously in 3 text boxes

One last time.

select T1.Name as Name1, T2.Name as Name2, T3.Name as Name3 from Table T1, Table T2, Table T3 where T1.ID = 1 and T2.ID = 2 and T3.ID = 3

quick, though not very efficient way.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform