sql - What is the maximum limit of long varchar in Mysql -
this question has answer here:
- mysql varchar size limit 4 answers
what maximum limit of long varchar in mysql? using hibernate 3.2 when tried save large value, , failed save.
long varchar datatype synonym mediumtext (thus compatibility reasons odbc). length 16,777,215 bytes data type.
you can refer manual: the blob , text types
Comments
Post a Comment