I have two resultset each having only one column. The column field of both resultset contain a time entry in a format like this (2012-12-31 13:49:21.999)
. Now can anyone help me to find difference of time between two columns of the resultset?
e.g. if first field of column of first resultset has entry (2013-02-13 17:04:09.672)
and first field of column of second resultset has entry (2012-12-31 13:49:21.999)
then the program should be able to difference in the time of these two enries.
need help?