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