View Single Post

  #2 (permalink)  
Old 11-07-2007
Paul Lautman
 
Posts: n/a
Default Re: tinyblob vs varchar(255) binary

FFMG wrote:
> Hi,
>
> I cannot see a real difference between ROWA and ROWB
>
> CREATE TABLE THE_TABLE
> (
> ROWA varchar(255) binary NOT NULL default '',
> ROWA tinyblob NOT NULL
> )ENGINE=InnoDB, DEFAULT CHARSET=utf8;
>
> As far as I can see they are both 255 chars binary, (one can have
> default while the other cannot).
> Are they not both the same?
>
> FFMG


I can't even see a ROWB???


Reply With Quote