[thelist] SQL query by dates

Ken Schaefer ken at adOpenStatic.com
Sat Sep 27 22:59:41 CDT 2003


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "rudy" <rudy937 at rogers.com>
Subject: Re: [thelist] SQL query by dates 


: > SELECT
: >     TOP 1 LogonDate
: > FROM
: >     myTable
: > GROUP BY
: >     ComputerName
: > ORDER BY
: >     LogonDate DESC
: 
: that'll just give one date  ;o)
: 

Oops. What rudy said.

Cheers
Ken


More information about the thelist mailing list