select a.name,
b.startnodename,
b.endnodename,
to_char(b.actiontime, 'YYYY-MM-DD HH24:MI:SS') relationactiontime,
to_char(a.processtime, 'YYYY-MM-DD HH24:MI:SS') actorprocesstime,
to_char(b.processtime, 'YYYY-MM-DD HH24:MI:SS') relationprocesstime
from t_actorhis a, t_relationhis b
where a.nodehis_id = b.id
and b.docid = '11e3-5e3a-dd26ac56-9815-5d85bc486f7c'
order by actorprocesstime |