View Single Post

   
  #1 (permalink)  
Old 03-06-2008, 03:04 PM
Hetal
 
Posts: n/a
Default Equivalent of MSSQL function DateFirst in MYSQL.

Hi..

There is a function in MSSQL that sets you set what the first day of
the week should be. For e.g. if i say Set DateFirst = 1, the first day
of the week is set to Monday. If DateFirst = 2, then first day of the
week is set to Tuesday.

I would like to do something similar in MySQL but i am unable to find
any equivalent function in MySQL. Your help will be very much
appreciated.

Thanks,
Hetal.
Reply With Quote