Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Join ALL fields from a second table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01510013
Message ID:
01510034
Vues:
67
>>>
SELECT * FROM TableA CROSS JOIN TableB
>>
>>This syntax is not supported by all SQL versions, and in particular not by VFP against DBFs.
SELECT * FROM TableA JOIN TableB ON .T.
You can fake it
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform