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!

Query to fetch records within the last 30 days

3240573Oct 25 2016 — edited Oct 26 2016

Hello experts,

I have a column joindt in the employee table which is of the date type  Varchar2(20). I am looking to write a query to return all the employee names where the joining is date is within the last 30 days.

joindt data examples :

   01-JAN-91

  10-OCT-16

  01-OCT-16

  01-JUL-16

  01-JAN-85

thanks.

This post has been answered by Frank Kulash on Oct 25 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 23 2016
Added on Oct 25 2016
16 comments
21,741 views