when i do query SUBSTR(e.updatetime - s.updatetime, 1,30) i will get result below +000000001 05:06:47.388000
can this save in java.util.Date? or which java class should i use other than String to ease me retrieve day,minutes,hours...
p/s: e.updatetime is timestamp type