I have this situation and I do not know why it happens. When I pass this SQL command the displayed items come duplicated. What do I do to show an item of each without by the DISTICT
SELECT
T1.*
FROM
CONSULTAS T1,
PARAMETROS T2
WHERE
(T1.DATA_CADASTRO <= T2.DATA_SISTEMA-14)