Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Cursor repetitive field names
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00567411
Message ID:
00567513
Vues:
21
This message has been marked as the solution to the initial question of the thread.
It's known bechavior of VFP SQL Select. If there are more than one field with the same name in Select list than VFP will add some suffix to make them unique because you cannot have two fields with the same name in the cursor/table. Use field1 AS field2fromtable1 clause to resolve it.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform