How many characters are allowed in a data type of text?

1 answer

Answer

1276077

2026-03-30 07:25

+ Follow

MySQL
MySQL

The maximum number of characters allowed in a text data type varies depending on the database system being used. For example, in MySQL, the maximum length is 65,535 characters, while in PostgreSQL, it is unlimited (1GB). It's important to check the specific documentation of the database system to determine the exact limits.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.