in reply to OT: peak values with SQL
SELECT uptime_id AS uid, uptime_value FROM uptime WHERE uptime_value = (SELECT MAX(uptime_value) FROM uptime);
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: OT: peak values with SQL
by jZed (Prior) on Jun 05, 2004 at 17:00 UTC | |
by merlyn (Sage) on Jun 05, 2004 at 22:36 UTC |