Hi I have a little problem. I must exec query in that style. In the example, something like that
declare @name varchar(max)
set @name = 'ColumnID'
select @name from Account
that return a lot of 'ColumnID' but I will have a result column ColumnID in Account table