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!

Problem with Date format

User_SPVYVAug 22 2013 — edited Aug 22 2013


Hi:

I've two tables. One of the table contains date (mm/dd/yyyy) as below:

EVENTDATE
8/8/2013
8/9/2013
8/14/2013

Another table contains date (dd/mm/yyyy) as below:

TDATE
5/8/2013
6/8/2013
14/8/2013

I need to join this two tables using date field and get values. How can I make the date fields of both the tables similar, so that I can join? Can anyone help?

Thanks/Tanvir

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2013
Added on Aug 22 2013
43 comments
1,007 views