Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SS2000 column name trouble
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00505818
Message ID:
00505843
Views:
19
>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform