Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Update with CASE statement

    In SQL Server 2005, wouldn't this FAIL?

    --#2 Data

    INSERT INTO GenderUpdate (Gender)

    VALUES ('M'), ('M'),('M'),('M'),('M'),('M'),('F'),('F'),('F'),('F'),('F'),('F'),('F'),('F'),('F'),('F')

    If so, #4 would not get to execute?

Viewing post 1 (of 1 total)