BIT_COUNT(N) : Bit : Data Types MySQL TUTORIALS


MySQL TUTORIALS » Data Types » Bit »

 

BIT_COUNT(N)


Returns the number of bits that are set in the argument N.

SELECT BIT_COUNT(29), BIT_COUNT(b'101010');



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Data Types
» Bit