want to delete the old data
Dear All,
In a table I have a column having data type varchar2.Date is stored in that column in the format
2008-10-30T14:48:10
2008-10-30T14:48:10
Now ,I want to delete data 100 days old based on this column.
How I can do this??
In a table I have a column having data type varchar2.Date is stored in that column in the format
2008-10-30T14:48:10
2008-10-30T14:48:10
Now ,I want to delete data 100 days old based on this column.
How I can do this??
0