INSERT INTO RENT_CONTRACT VALUES ('123456789','201213','20123444',100,1,' 2014-01-07 ');
I'm trying to insert this tuple in my rent_contract table , but this error:
ORA-01861: literal does not match format string )
is showing up. Although the type of the last value is DATE
. Any suggestions for a solution?
Thank you in advance :)