1
Answer

Drop column from temporary table


How to drop column from temporary table ;;
i tried by this query ,but error message gives "Incorrect syntax near '@Temp"

my query is

alter table  @Temp drop column id

Answers (1)