1
Answer

Drop column from temporary table

Photo of 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)

0
Photo of Ramesh Palanivel
NA 9.5k 138.6k 8y
Hi Santosh,
 
Try this links, It may help you!..
 
https://www.codeproject.com/Tips/607801/SimpleplusChatplusprogramplusinplusC
 
http://www.c-sharpcorner.com/UploadFile/97ec13/how-to-make-a-chat-application-in-C-Sharp/