ADSM-L

Re: SQL question on date manipulation

2002-05-08 13:56:38
Subject: Re: SQL question on date manipulation
From: "Cook, Dwight E" <DWIGHT.E.COOK AT SAIC DOT COM>
Date: Wed, 8 May 2002 10:55:20 -0700
select filespace_name,class_name,archive_date from archives where
node_name='blah' and archive_date=(select max(archive_date) from archives
where node_name='blah')

then do the same with MIN function...