Hugh (Zercurity)
07/25/2019, 6:31 PMSELECT p.pid, p.name,
DATETIME(time.unix_time-(uptime.total_seconds-p.start_time), 'unixepoch') AS execution_time
FROM processes AS p, uptime, time
WHERE execution_time > DATETIME(DATETIME(), '-5 minutes')
LIMIT 5;