Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Cursor repetitive field names
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00567411
Message ID:
00567513
Views:
20
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform