Title:
SQLite:
Short Description:
SQLite does not enforce a maximum length for the TEXT data type. The maximum storage size is 2^31-1 bytes (1,073,741,823 bytes).
Content:
SQLite:
- SQLite does not enforce a maximum length for the
TEXTdata type. The maximum storage size is 2^31-1 bytes (1,073,741,823 bytes).
Posted at:
03-Dec-2023 at 12:39 PM