Forum Replies Created

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

  • RE: Positive or Negative

    Fedor 28151 (10/23/2015)


    I prefer notation, described in post.

    If state of record considered as normal, it should be "0". I use value "1" for special condition.

    For example:

    Correct:

    Default state of...

  • RE: Real to Float

    Good question.

    So, what's the correct way to do the conversion?

    DECLARE @real REAL= 43.39061;

    SELECT @real

    SELECT CONVERT(FLOAT, @real)

    ...

  • RE: SET vs. SELECT

    Good explanation, I never had this kind of problem.

  • RE: SET vs. SELECT

    Good explanation, I never had this kind of problem.

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