LESS THAN OR EQUAL TO IN Oracle SQL
- by Jasim
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?