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.