there is a table INCASSO in my database:
CREATE TABLE \"GEC_AP\".\"INCASSO\" (\"ID_INCASSO\" VARCHAR2(50 BYTE) NOT NULL ENABLE, \"ID_FATTURA\" VARCHAR2(50
I've changed the date format used in SQL Developer to DD-MON-YYYY HH24:MI:SS and the following query:
select id_incasso, id_fattura, id_piano_rate, data_esecuzione from incasso where id_incasso = 'TO_20110521258225'
show that the difference is in the year:
Thanks everyone.