Welcome Guest, Not a member yet? Register   Sign In
Getting day, month and year apart from Db
#7

The following expressions return the day for each date in the input port
GET_DATE_PART ( DATE_SHIPPED, 'D' )
Get month from a date
GET_DATE_PART ( DATE_SHIPPED, 'MM' )
Get year from a date
GET_DATE_PART ( DATE_SHIPPED, 'Y' )
Reply


Messages In This Thread
RE: Getting day, month and year apart from Db - by pooja7r - 03-23-2018, 06:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB