ADSM-L

Re: SQL to do q auditoccupancy?

2002-05-01 18:14:36
Subject: Re: SQL to do q auditoccupancy?
From: Alex Paschal <AlexPaschal AT FREIGHTLINER DOT COM>
Date: Wed, 1 May 2002 15:14:04 -0700
Auditocc = select node_name, sum(physical_mb) from occupancy group by
node_name

occupancy = select * from occupancy where ......
          = select node_ame, filespace_name, sum(physical_mb) from occupancy
group by node_name, filespace_name

Alex Paschal
Storage Administrator
Freightliner, LLC
(503) 745-6850 phone/vmail


<Prev in Thread] Current Thread [Next in Thread>