Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SS2000 column name trouble
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00505818
Message ID:
00505844
Vues:
18
>>I have some legacy FP data that was pulled into SS200 via DTS package. I was just asked to add a column from one of those table to a separate look up table. This is a trick question now ----
>>
>>How do you reference a column name "END".
>>
>>I need to do this to beat some old Access people.
>>
>>__Stephen
>If the QUOTED_IDENTIFIER option is set ON then you can use double quotes
>
>SELECT "END" FROM Mytable
>
>Or you can use brakets []
>
>SELECT [END] FROM Mytable

You can use brakets [] regardlesss of the QUOTED_IDENTIFIER option setting.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform