• I selected "Returns an error". It didn't seem right, but I'm not sure why the following code works

    INSERT TestTable (string)

    OUTPUT inserted.*

    Doesn't the select return more columns (ID and String) than the insert list? That is one of my more common errors...

    Great question, BTW. I need to learn more about OUTPUT!