M
Matt Purdy
Hello all,
I was wondering when using an sql query how to select from a certain table
and also from a certain column. My dilemma is that the column heading has a
space in it ex: first name
I do not have the rights to change the column heading which would be the
easiest solution so I'm trying to figure it our.
SELECT * FROM Persons WHERE First Name = "Matt"
First Name above is my problem, thanks to all.
I was wondering when using an sql query how to select from a certain table
and also from a certain column. My dilemma is that the column heading has a
space in it ex: first name
I do not have the rights to change the column heading which would be the
easiest solution so I'm trying to figure it our.
SELECT * FROM Persons WHERE First Name = "Matt"
First Name above is my problem, thanks to all.