-
the average of how old the "newest" file is in a table?
Hi,
How do I get the "average of HOW old the "newest" file is" using Oracle from a Table? any idea??
let say for example I have a table called A and I want to know HOW OLD is the NEWEST FILE in that table!!
-
-
Just order by creation, which I'd assume is the default. The just grab the first result. Probably best if you use a table to track the date it was created, then it's easy. Order by that, then display that on the result.
I have no idea why you're calling this an "average" and saying "newest", since the two terms are quite different.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks