Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
Retrieve the total elapsed time in minutes between two dates
ghiberti
follow
0
7-19-2006 10:53 AM
71 views
tags:
oracle
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Related Clips
Programming Cheat Sheet Round-up.
Book: "OCA Oracle Database 11g Administrat...
Cheat Sheet Roundup - Over 30 Cheatsheets ...
Cloud Computing Backlash from GNU and Larr...
Ellisaon on Cloud Computing: "When is this...
Wall Street OWNS Obama
I Start at a New Job Today!
More clips from
ghiberti
Simon Armitage's writing room
Stream from itunes to your ipod touch
In praise of Netscape Navigator
Today's Top Clips
15 Spectacular Stairs and Staircase Designs
Rare Albino Raccoon
Baby Elephant Adopted by a Sheep
One World, Many Minds: Intelligence in the Animal Kingdom
Atheists Want God Out Of Ky. Homeland Security
Bored? - Boredom can be a great motivational force :-)
A New Picture of the Early Earth
Can people be 100 percent organic?
Google generation has no need for rote learning
Idiocity in the name of Religion
visit the
Top Clips page
View the Top Clips from
July 19, 2006
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/5f0a8f0c-03db-45ad-aef8-8d568cc8097f/19C1AE2F-3A12-493F-9D14-B0DCA1561B8B/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.techonthenet.com/oracle/questions/elapsed_mins.php" href="http://www.techonthenet.com/oracle/questions/elapsed_mins.php" style="font-size: 11px;">www.techonthenet.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.techonthenet.com/oracle/questions/elapsed_mins.php"><DIV id='content'> <!-- InstanceBeginEditable name="Content" --> <h1>Oracle/PLSQL: Retrieve the total elapsed time in minutes between two dates</h1> <hr> <p><b>Question</b>: In Oracle, how can I retrieve the total elapsed time in minutes between two dates?</p> <p><b>Answer</b>: To retrieve the total elapsed time in minutes, you can execute the following SQL:</p> <blockquote class="sql_command"> <p>select (endingDateTime - startingDateTime) * 1440 from table_name;</p> </blockquote> <p>Since taking the difference between two dates in Oracle returns the difference in fractional days, you need to multiply the result by 1440 to translate your result into elapsed minutes.</p> <blockquote> <p>24 * 60 = 1440</p> <p>24 hours in a day * 60 minutes in an hour</p> </blockquote> <!-- InstanceEndEditable --></DIV></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/19C1AE2F-3A12-493F-9D14-B0DCA1561B8B/blog/" title="blog or email this clip"><img src="http://content7.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Blog
Copyright
Privacy
EULA
OK