I have a table column like "First Name". How do I select that from the table.
It gives me an error if I write query:
select "First Name" from table1.
Any clues?
Thanks
VinnieI use brackets, likeSELECT [First Name]
FROM table1-PatP|||Thanks for the info
Showing posts with label spaced. Show all posts
Showing posts with label spaced. Show all posts
Subscribe to:
Comments (Atom)