I need to show in the query the information that is not more than 120 days today so I think I could use BETWEEN
but, I do not know how to use it in the correct way to know which day corresponds 120 days ago.
SELECT NOMBRE, PUESTO, FECHA
FROM EMPLEADOS
WHERE FECHA BETWEEN valor AND 2018-09-04