Esteban Cabezudo wrote:

First of all, I want to say hello and sorry because my english it s very
poor. I hope you don't care about it.
My name is Esteban, I'm from Uruguay.
I begin whit mySQL and I have a simple question... for the moment... :)
If I define a BLOB(760) column. The maiximum size of the text it is 760
or 758?

You can not define a BLOB(760) column.
BLOB and TEXT columns do not take a size argument.
Column types are covered in chapter 7 of the manual.

I gonna put it in another way. It is the 760 the maximum string size and
the allocation storage is 762 bytes?
Tanks

PD: If you want correct my syntax... I won't get anger for that. I'm
gonna apreciate it.







-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to