1
Answer

Drop column from temporary table

Abdu Rafeeq

Abdu Rafeeq

13y
2.8k
1

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)