Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: sql query to subtract 2 times

    just realised...ill repost (or can it be moved?)

  • RE: sql query to subtract 2 times

    time datatypes confirmed

    im using sql server 2008 that came bundled with the visual web developer express edition.

    i have pulled the data out of open office (via excel) it's clean &...

  • RE: sql query to subtract 2 times

    ok the statement reads:

    CASE WHEN dbo.Races.rSealed = 0 THEN (dbo.Results.rTime - dbo.Results.rHandicap) ELSE (dbo.Results.rTime + dbo.Results.rHandicap)

    ...

Viewing 3 posts - 16 through 18 (of 18 total)