Ispirer Website Ispirer Capabilities - MySQL Migration Free Trial

MySQL Data Types - BIT

Versions: MySQL 5.x, 4.x and 3.23

MySQL - BIT
Syntax BIT[(n)]
Data Bit array
Parameters n is the maximum number of bit values
Range 1 ⇐ n ⇐ 64
Default n is 1
Notes b'value' notation can be used to assign values. For example, b'0101'
Storage Size n/8 bytes
Standards MySQL Extension

All Data Types


© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.