Blob Size Limits ?
843854May 16 2003 — edited May 21 2003I'm using mySQL which has the following column types:
BLOB (64KB limit)
MEDIUMBLOB (16MB limit)
LONGBLOB (4GB limit)
I'm curious to know what BLOB types and limits other databases have.
regards.