sql server - difference between set @flag =1 and set @@flag = 1 -


hi difference between

set @flag=1 , set @@flag = 1 in sql server?

thank you

nothing. in-built functions have names start double @ signs @@ convention. avoid confusion recommended not use names start @@.

source: msdn: using identifiers - rules regular identifiers.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -