Does SQL allow underscores in the column name?

Soldato
Joined
14 Nov 2012
Posts
17,971
Location
Chesterfield
As above really!

I've got a table which I'm trying to insert a column into and while the column is adding just fine, any scripts I run which reference that column fail which tells me the answer is no!
 
What flavour of SQL - MSSQL, MySQL, others? It should be fine but if it's an obscure one there may be issues.

Also what's the query exactly?
 
Thanks for your help!

I'm a bit of an SQL noob but managed to answer my own question. After hours of testing various combinations, it would appear the software is as fault.
 
Back
Top Bottom