Greetings,
{code}
Version-9i
select * from account where add_date>='01-apr-2013'
{code}
In above code 01-apr-2013 is hard coded. I want to code it(e.g. using date functions on sysdate) where date and month remain constant where as Year would be the current year.
Thanks in advane