HI,
I am Ajay from India. You can use this query like this. This will surely give you results.
select product, extraction_date
from product_table
where id_number = '5639'
and TO_DATE(extraction_date,'MM/DD/YYYY') > to_date('12/31/1996', 'MM/DD/YYYY')
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.