Good I have a problem when launching the following query. I want to bring all the receipts issued in the date range.
SELECT COUNT(FCHA_EMSION) AS TotalMesFebrero
FROM PREDIAL.DOCUMENTOS
WHERE FCHA_EMSION BETWEEN '01/02/2017' AND '30/02/2017';
Error:
ORA-01830ERROR: The date format chew ends before converting the entire chain.