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

Was ist der Unterschied zwischen BIT und TINYINT in MySQL?

Ein TINYINT ist ein 8-Bit-Ganzzahlwert, ein BIT-Feld kann zwischen 1 Bit, BIT(1), und 64 Bit, BIT(64), speichern. Für boolesche Werte ist BIT(1) ziemlich üblich.