Imported Excel table has spaces in Column headings

IneedaSmoke

Active member
Joined
Mar 4, 2008
Messages
26
Programming Experience
Beginner
I'm importing a couple of excel files into a SQL database. I think i'm having some trouble with some of my SQL commands because the column headings are coming in with spaces. For example one column heading is "Product Type" with a space between 't' and 'T'.

I've tried googling for SQL concat column headings but im hitting a dead wall. Should I just Concat in Excel or is there a way I can in SQL? TIA
 
Back
Top