Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Vergleich von Binärwerten in MySQL

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