Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

Oracle filter date column by year

select * from table where to_char(date, 'YYYY') = '2019'
 
PREVIOUS NEXT
Tagged: #Oracle #filter #date #column #year
ADD COMMENT
Topic
Name
9+4 =