Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Datetime convertion

    Thank you both, Dhasian and Sartori!

    Both suggestions worked fine!

  • RE: Datetime convertion

    Sorry, it return only whole number (I think it's Integer).

    The Datepart function for the minutes should return 0,5 but return 0.

    SELECT skjema_nr, skjema_arb_lengde, DATEPART(mi, skjema_arb_lengde) / 60 AS Expr1

    FROM ...

Viewing 2 posts - 1 through 2 (of 2 total)