Re: [cx-oracle-users] calculate time differences on timestamp column
Brought to you by:
atuining
From: Gerrat R. <gri...@co...> - 2011-07-06 12:48:53
|
> -----Original Message----- > From: prz...@po... [mailto:prz...@po...] > Sent: July 6, 2011 8:22 AM > To: cx-...@li... > Subject: [cx-oracle-users] calculate time differences on timestamp > column [snip] > What I'd like to achive is to get delta time between 'A' and 'B' (= > time of code 'B') > but for all 'A' and 'B' (as an output I get rows of numbers). > How can I calculate this using cx-oracle ? > > > Regards > Przemyslaw Bak (przemol) Your question is a straight SQL question, and has nothing to do with cx_Oracle. There is a great website, www.stackoverflow.com that this question is perfect for. You might get better results if you asked it there. ...your question might have even been asked & answered there already: http://stackoverflow.com/questions/4308620/difference-in-time-between-re cords |