robsuttonjr
MIS
I have to query off a query. Basically I need to know how I can tell query analyzer to:
SELECT "[Items].[Item Id]" FROM ....
When I do the above it returns the literal string:
"[Items].[Item Id]"
I need to query from a table with field names like:
"[Items].[Item Id]"
How do I tell sql server to query the above literal field name?
The more I learn the more I find I know nothing.
Rob
SELECT "[Items].[Item Id]" FROM ....
When I do the above it returns the literal string:
"[Items].[Item Id]"
I need to query from a table with field names like:
"[Items].[Item Id]"
How do I tell sql server to query the above literal field name?
The more I learn the more I find I know nothing.
Rob