cheryl
06-09-2006, 12:47 PM
i have a system that captures registrations. the registrations are timestamped.
the default sort when i view the entire table is by name. how can i sort by the latest registration at the top??
i've tried to do ORDER BY [timestamp] DESC
does that work?
the default sort when i view the entire table is by name. how can i sort by the latest registration at the top??
i've tried to do ORDER BY [timestamp] DESC
does that work?