You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sql = "SELECT h.NAME AS HARDWARE, u.LOG_DATE AS LOG_DATE, u.DURATION as DURATION FROM uptime u JOIN hardware h ON (u.HARDWARE_ID = h.ID) ORDER BY h.NAME, u.LOG_DATE, u.DURATION;";