SQLWays Product Page - Migration to MySQL
Free Evaluation
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
| Oracle | SQL Server | IBM DB2 | MySQL | PostgreSQL | Sybase ASE | Sybase ASA | Informix DS | Teradata | HP Neoview | Interbase/Firebird |
Discussion