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 |
|
mjda
Starting Member
6 Posts |
Posted - 2001-07-10 : 06:48:50
|
| Is there a (smart) way to use bitwise operators on more than 32 bits (int)?select ... where myIntPattern & bipatternCol<>0This would be very usefull if I could generalise it to more than 32 bits. |
|
|
|
|
|