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
TEXT
data type. The maximum storage size is 2^31-1 bytes (1,073,741,823 bytes).
Posted at:
27-Nov-2023 at 08:39 PM