Forum Replies Created

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

  • RE: SET vs. SELECT

    (Posted this before seeing the other answer above. Yes you have put it succinctly.)

    Hi,

    Sorry, I was just trying to use the minimum code.

    So with code:

    DECLARE @SomeTable TABLE (x int)

    DECLARE

  • RE: SET vs. SELECT

    The answer is right, but I'm not convinced about the reasoning.

    If I replace the SET with SELECT , I get the same result.

    Just from experimenting, it seems to do with...

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