I have a column name 'Segment Type', but when i use SELECT Segment Type FROM results; it gives me error (unknown column 'Segment' in field list).
But this code works if it written Segment_type with the underscore. So how to i select a column name that does not have a underscore?
I tried using multiple ways of selecting but because there is no underscore in the column name i cant select it.