I wrote this query:
alter table teamstats
add column food varchar(40) not null
go
unfortunatelly I get this: Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'column'.
I wrote this query:
alter table teamstats
add column food varchar(40) not null
go
unfortunatelly I get this: Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'column'.