On Sep 6, 2004, at 10:21 PM, tab view wrote:
> SELECT DISTINCT to_char(datetimelogged,'dd/mm/yyyy') AS datelogged
> FROM logins ORDER BY datelogged DESC;
>
> I don't seem to get the column sorted in date order. How do I force
> psql to use date order?
What is the data type of the datetimelogged column?
Michael Glaesemann
grzm myrealbox com