Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
mikebird
Aged Yak Warrior
529 Posts |
Posted - 2010-10-19 : 14:26:21
|
What does this operator do? |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2010-10-19 : 14:41:27
|
Operator Meaning & (Bitwise AND) Bitwise AND (two operands). | (Bitwise OR) Bitwise OR (two operands). ^ (Bitwise Exclusive OR) Bitwise exclusive OR (two operands). http://msdn.microsoft.com/en-us/library/aa276846(SQL.80).aspx No, you're never too old to Yak'n'Roll if you're too young to die. |
 |
|
|
|
|