pathaide
IS-IT--Management
- Apr 11, 2000
- 17
Hi there
I am in need of creating a subset of our data. I would like to delete all rows from all tables that have a date earlier than 2007-01-01. Does anyone know of a simple way to do this?
I was hoping a simple statement like the one below would do the trick
delete from (select table_name from rsys_tables)
where rn_create_date < '2007-01-01'
Any help would be appreciated
Thanks
I am in need of creating a subset of our data. I would like to delete all rows from all tables that have a date earlier than 2007-01-01. Does anyone know of a simple way to do this?
I was hoping a simple statement like the one below would do the trick
delete from (select table_name from rsys_tables)
where rn_create_date < '2007-01-01'
Any help would be appreciated
Thanks