Is there any function(s) in postgres equivalent to Oracle function LAST_DAY().
I need to get last day in postgres (including month and year)
|
Is there any function(s) in postgres equivalent to Oracle function LAST_DAY(). I need to get last day in postgres (including month and year) |
|||
|
|
|
Well, In postgres, it seems there's no such function equivalent to If you need to, you can have your own in the following ways as a Select Query
plsql Function
Hope this helps. |
|||
|
|