On Mon, Feb 07, 2005 at 16:20:36 -0500, Berend Tober <btober@xxxxxxxxxxxxxxxx> wrote: > > SELECT * FROM sample_table ORDER BY 1; > > account_id,account_name > 100,First account > 110,Second account > *115,Fifth account > 120,Third account > *125,Fourth account > > I would expect to see > > account_id,account_name > *115,Fifth account > *125,Fourth account > 100,First account > 110,Second account > 120,Third account This depends on your locale. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match