I'm using a select command where I get the month and date year as follows:
extract(year from D.dt_ficha) + extract(month from D.dt_ficha)
But instead of appearing like this: 201711
November 2017, it is adding 2017 + 11 2028
.
How to fix?