JHELLo, well
in my oracle 9.x i use the date with this format yyyy-mm-dd and works
the error is for syntax but of oracle, i.e
select * from prueba where FECHA=2005-06-06 from dual;
from dual is not the solution, but is a trick of oracle that i saw in some cases
that is nessesary the use for example
select sysdate from dual;
, ask ORACLE FORUM, for the correct syntax,is not a java problem
|