Jul 18, 2002 #1 jfong716 Technical User Joined Jun 27, 2002 Messages 4 Location US what does @@ mean? i see a variable for example which is called @@transtate but see no declarations of it. Where is it coming from?
what does @@ mean? i see a variable for example which is called @@transtate but see no declarations of it. Where is it coming from?
Jul 18, 2002 #2 qyllr MIS Joined Mar 8, 2001 Messages 131 Location US hello, this means it's a global variable... used by sybase... ex. select @@servername select @@version hth, q. Upvote 0 Downvote
hello, this means it's a global variable... used by sybase... ex. select @@servername select @@version hth, q.
Jul 18, 2002 Thread starter #3 jfong716 Technical User Joined Jun 27, 2002 Messages 4 Location US so @@ is an inherit variable, not a user defined one, correct? thanks for all input Upvote 0 Downvote