aspose file tools
The moose likes Object Relational Mapping and the fly likes difference between two timestamps Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "difference between two timestamps" Watch "difference between two timestamps" New topic
Author

difference between two timestamps

nimo frey
Ranch Hand

Joined: Jun 28, 2008
Posts: 565
I have two timestamps in my database-table:

start:

and

stop:

and want the difference in seconds by a query:

select stop-start from table

does not work as it returns

And I have no clue what it means.

Any suggestions?

This message was edited 1 time. Last update was at by nimo frey

 
 
subject: difference between two timestamps
 
developer file tools