Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

trunc(transaction_date) = trunc(sysdate) is there any performance issue ?

TinaJun 21 2012 — edited Jun 21 2012
Hi Gurus ,

I have written a code which summarize records for a day.
I need to put it as a daily_summary_job.

I have used expression as :

trunc(transaction_date) = trunc(sysdate)

Is it a good idea to truncate dates on both side ?
I need to summarize data for a day.

Thanks
This post has been answered by Nikolay Savvinov on Jun 21 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2012
Added on Jun 21 2012
4 comments
2,621 views