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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -