Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ajaykumar21

    Varchar2 column and Date Functions

    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')

Part and Inventory Search

Back
Top