View Single Post

   
  #1 (permalink)  
Old 02-27-2008, 06:53 AM
chettiar
 
Posts: n/a
Default DateFirst in SQL Server

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

Reply With Quote