Hello guys,
I'd like a little help please.
I have the query below and I need to get also duration off each eventid, but like I'm not DB admin, so cant finish this...
SELECT
e.eventid, e.source, e.object, e.objectid, e.clock, e.value
FROM events e
WHERE SOURCE = 0 LIMIT 100;
I'd like a little help please.
I have the query below and I need to get also duration off each eventid, but like I'm not DB admin, so cant finish this...
SELECT
e.eventid, e.source, e.object, e.objectid, e.clock, e.value
FROM events e
WHERE SOURCE = 0 LIMIT 100;
Comment