Hi,
I am trying to migrate SQL Server into DB2. In SQL Server there is code
like:
SET DATEFIRST 6
SELECT DATEPART(WEEK, '2006-01-31')
What could be the equivalent DB2 code for this.
Can anyone please helpe me
Chettiar
I am trying to migrate SQL Server into DB2. In SQL Server there is code
like:
SET DATEFIRST 6
SELECT DATEPART(WEEK, '2006-01-31')
What could be the equivalent DB2 code for this.
Can anyone please helpe me
Chettiar
Comment