ADSM-L

Re: Select Statement

2001-09-26 09:21:11
Subject: Re: Select Statement
From: "Guan, Phillip" <Guan_P AT VDOT.STATE.VA DOT US>
Date: Wed, 26 Sep 2001 09:13:36 -0400
Marc,

select entity as node_name,bytes as Bytes_transfered,successful from summary
where start_time>=timestamp(current_date -1 day,'20:00:00') and
end_time<=timestamp(current_date,'05:00:00')

I use "days(current_date)-days(end_time)<=1" to report previous 24 hours
activity counted by end_time.

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