On 17 May 2018, at 23:13, Keith Medcalf <[email protected]> wrote: > select col1, col2 from mytable order by cast(body_size as float);
Thank you. That's much better (although abs(body_size) worked too). -- Cheers -- Tim _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

