Skip to Content
0
Former Member
May 15, 2015 at 04:40 PM

Impex batch delete based on creationdate format dd.MM.yyyy

630 Views

In order to reduce the size of one of our tables, I want to execute a batch remove impex for a specific creation date (I don't want to delete everything).

 remove stocklevelhistoryentry[batchmode=true];creationtime[unique=true,dateformat=dd.MM.yyyy]
 ;03.05.2014

Withe the sample above I want to delete all stocklevelhistoryentry records with a creation date equal to the 3rd of May 2014.

I do not get an error when executing it, but afterwards nothin was deleted from the table.

Can some body advise? Thanks a lot.