I need to add the current year as a variable in an SQL statement, how can I retrieve the current year using SQL?
i.e.
BETWEEN TO_DATE(\'01/01/**
To display the current system date in oracle-sql
select sysdate from dual;