Oracle Filter Datum Spalte für Jahr

select * from table where to_char(date, 'YYYY') = '2019'
Sumaia Parveen Shupti