sql - What is the maximum limit of long varchar in Mysql -


this question has answer here:

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

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -