1
Answer

Drop column from temporary table

Photo of Abdu Rafeeq

Abdu Rafeeq

13y
4.3k
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)