Hi Aymeric!
Try this as your WHERE clause:
WHERE
MPM_PROD_RUN_DATA.CHANGE_TIMESTAMP IS NOT NULL AND
MPM_PROD_RUN_DATA.CHANGE_TIMESTAMP BETWEEN [SD] AND [ED]
Assuming the dates entered in the query template for StartDate and EndDate will find values you should get what you're after.