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

Started by Emi Luabout 20 years ago1 messagesgeneral
Jump to latest
#1Emi Lu
emilu@encs.concordia.ca

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