Posts by Rodrigo Silva • 1 point
1 post
-
-1
votes4
answers3710
viewsA: Doubt with month and year extraction in Postgresql date
Try to use "||" extract(year from D.dt_ficha) || extract(month from D.dt_ficha)
1 post
-1
votes4
answers3710
viewsTry to use "||" extract(year from D.dt_ficha) || extract(month from D.dt_ficha)