How to check expiry date in Oracle SQL?
540799Nov 21 2006 — edited Nov 21 2006Hello,
During setup my OID database, I have a one question rise . . .
I've two field in my table. Sample_table1(id varchar2, expiry_date)
Now I want SQL query or Procedure whcih check current date and compare with expire date. If expiry date is gone than it delete that id from table.
So, simply, I want a query which select those id who expired from current date.
Reply me asap. Thanks a lot . . .
Regards,