Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Bitwise operators in SQL!!?

$
0
0

Hmm... would converting the data to VARBINARY be an option to you?

Then you can use the bitwise operations on a much larger set of bits.

 

select bitcount (to_varbinary(1234567890123456789012345678901234567890)) bitcount from dummy

 

BITCOUNT

135    

 

 

- Lars


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>