On Wed, May 03, 2006 at 10:45:56AM -0700, Kevin wrote:
> >If only that were legal. Maximum width for varchar is 255.
> 
> Is this a limit of mysql?  I don't think pgsql has such a limit, and
> oracle might be 2000.

Yes.  MySQL silently promotes VARCHAR(N) for N>255 to TEXT.

Matt

Reply via email to