On Mon, 2004-11-22 at 08:59 -0500, Geoffrey wrote: > So that would say the previous statements are not accurate? That is, > there's no problem with using a varchar?
Right; there is no reason to prefer CHAR(n) over VARCHAR(n), unless you need whitespace padding. -Neil ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend