Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Looking for a better way
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00305584
Message ID:
00306016
Vues:
27
Hi Steve,

If you have a table with the names of the cars, you can automatically:

SELECT table1.number, cars.name FROM table1 INNER JOIN cars ;
ON table1.number = cars.number ;
WHERE ... your condition

I don't know if it's this you want. Say something!

Ricardo
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform