Originariamente inviato da eloderma
è un

char(3)
Se fai un bel SELECT * FROM tabella

e poi stampi l'array, che ci trovi scritto?

while($row = mysql_fetch_array($result)) {
echo "<pre>";
print_r($row);
}

Quello che leggerai e' quello che c'e' nel db.