LESS THAN OR EQUAL TO IN Oracle SQL

Posted by Jasim on Stack Overflow See other posts from Stack Overflow or by Jasim
Published on 2010-06-08T11:41:05Z Indexed on 2010/06/08 11:52 UTC
Read the original article Hit count: 182

Filed under:
|

updated_date = 08-Jun-2010;

I have a query like this

select * from asd whre updated_date <= todate('08-Jun-2010', 'dd-MM-yy');

but i am not getting any result. it is wotking only if todate is 09-Jun-2010...

ie my equalto operator is not working properly.

y is it like that ny help?

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about plsql