Dear all,
i want to know what is the reson for using @ key word and @@ key word and # and ## key words in sql server.
kindly explien any one brifly..
thanks and Regards
Prasad Bhagat
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj Kumar ChoudharyPosted Jul 6, 2015, 3:17 AM
Declare @My_vari TABLE
(
IID int,
Name Nvarchar(50),
Salary Int ,
City_Name Nvarchar(50)
)
Prasad BhagatPosted Jul 6, 2015, 3:23 AM
Suraj SahooPosted Jul 6, 2015, 2:36 AM
Prasad BhagatPosted Jul 6, 2015, 2:16 AM
Suraj SahooPosted Jul 6, 2015, 2:08 AM