943,643 Members | Top Members by Rank

Ad:
  • Oracle Discussion Thread
  • Unsolved
  • Views: 2915
  • Oracle RSS
Sep 8th, 2008
0

can we display select command with from onedate to present date

Expand Post »
hi all,
can some one help me how to display the fields which enter in current week,current month like that
Reputation Points: 10
Solved Threads: 0
Newbie Poster
rakeshiapps is offline Offline
1 posts
since Sep 2008
Sep 12th, 2008
0

Re: can we display select command with from onedate to present date

please post your question clearly.
Featured Poster
Reputation Points: 665
Solved Threads: 427
Posting Genius
debasisdas is offline Offline
6,406 posts
since Feb 2007
Dec 10th, 2008
0

Re: can we display select command with from onedate to present date

I think below queries may help you.........................

To see the one day before data, use the following Query:
select * from <table_name) as of timestamp (systimestamp - interval '1' day)
To see the one Hour before data, use the following Query:
select * from <table_name) as of timestamp (systimestamp - interval '1' hour)
Last edited by peter_budo; Dec 12th, 2008 at 7:13 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
like_to_learn is offline Offline
9 posts
since Dec 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Oracle Forum Timeline: Oracle console stucks
Next Thread in Oracle Forum Timeline: Oracle, RIMM, Palm Earnings Today; "Outrageous" Predictions For '09





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC