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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Bitwise operators

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<>0
This would be very usefull if I could generalise it to more than 32 bits.


   

- Advertisement -