Re: Weird problem with displaying and retrieving varchar

2004-04-29 Thread gerald_clark
Will Richardson wrote: Hello, I have a table with 3 columns: mysql> desc srv_ref_cities; ++-+--+-+-+---+ | Field | Type| Null | Key | Default | Extra | ++-+--+-+-+---+ | state_id | char(2)

Weird problem with displaying and retrieving varchar

2004-04-29 Thread Will Richardson
Hello, I have a table with 3 columns: mysql> desc srv_ref_cities; ++-+--+-+-+---+ | Field | Type| Null | Key | Default | Extra | ++-+--+-+-+---+ | state_id | char(2) | YES | | NULL|