Mysql
 sql >> Database >  >> RDS >> Mysql

Confronto di valori binari in MySQL

SELECT BIT_COUNT( CONV( '001011', 2, 10 ) ^ CONV( '001111', 2, 10 ) )