Deleting the records from the FACT table in Db2 Database Software
Perform this procedure to delete FACT records from a Db2 database.
- Connect to the source database.
- Execute the following script:
DELETE FROM PR_DATA_IH_FACT WHERE PXOUTCOMETIME < TO_DATE(<DATE_STRING>, <DATE_FORMAT_STRING>);
Previous topic Merging the dimension records in Db2 Database Software Next topic Interaction History methods