Welcome to Sign in | Help

Re: CAST / CONVERT

  •  02-16-2007, 1:17 PM

    Re: CAST / CONVERT

    sau asa

     

    declare @timeInWsSeconds as int
    set @timeInWsSeconds = 19773
    select cast(SUM(convert(decimal,@timeInWsSeconds)/3600) as decimal(5,2)) as ORE

    multumesc mult ;)

View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems