One of the column names in my database is two words long, including a blank space, i.e.: Area One. I am using SELECT and referring to the column names to pull t
Area One
Use backticks.
SELECT * FROM `Area One`