From: Joni Moyer [mailto:[EMAIL PROTECTED]
> I have a user that would like the output of the query the
> schedule event records for the users to be sorted in
> alphebetical order by the node name instead of the start time
> of the output. Is there a select statement that can pull out
> the same info, but sort it by node name, actual start,
> schedule name and status? Thanks!
Sure. Onto the end of your select statement, add
order by node_name,actual_start,schedule_name,status
--
Mark Stapleton ([EMAIL PROTECTED])