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.