Hi, How to get the sum of duration in (hh:mm:ss) as String MATCH (totalViewTime:TotalViewTime) RETURN collect(totalViewTime.duration);
+---------------------------------------------+ | collect(totalViewTime.duration) | +---------------------------------------------+ | ["02:10:00","00:01:27"] | *Expected result is **02:10:00 + **00:01:27 = 02:11:27* +---------------------------------------------+ -Sukaant Chaudhary <http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479> -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
