"Sigurdur Gunnlaugsson" <sig@xxxxxxxxxxx> > On Mon, 2006-03-20 at 21:10, Wei Wei wrote: > > Try: > > order by count(id)/age::float Or you can use the standard grammer: order by cast(count(id)/age as float) Regards, William ZHANG
"Sigurdur Gunnlaugsson" <sig@xxxxxxxxxxx> > On Mon, 2006-03-20 at 21:10, Wei Wei wrote: > > Try: > > order by count(id)/age::float Or you can use the standard grammer: order by cast(count(id)/age as float) Regards, William ZHANG