954,157 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

can we display select command with from onedate to present date

hi all,
can some one help me how to display the fields which enter in current week,current month like that

rakeshiapps
Newbie Poster
1 post since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

please post your question clearly.

debasisdas
Posting Genius
6,870 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
 

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)

like_to_learn
Newbie Poster
9 posts since Dec 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You