Thread: column type varchar(128) not null default '' vs varchar(128)

column type varchar(128) not null default '' vs varchar(128)

From
Emi Lu
Date:
Hello,

When setuping column types, is there the big efficiency difference
between the following two examples?

col  varchar(128) NOT NULL default ''
        vs.
col  varchar(128)


Thanks a lot,
Ying