hello , i have a doubt , see my requirement is to add a new column to an existing table such tat the column name should be automatically given the name of the variable . i wrote the query as
- alter table test add'+@count+' int
, but i am getting error any idea how to solve this , waiting for your reply