Hi
I have problem and i need to do a select whit custom selectable columns, like sending the columns that i whant to show as parameters.
select @Column1, @Column2, @Column3
from Table
how do i do this? Theres a better way to do this?
how do i control if user only whant 1 colum for the select?
thank you any help to solve this.