• Yes, SELECT * will include the rowDiffHash if it has a value. My process checks the record set received today against the record set received the day before, so for me, the rowDiffHash is always NULL. If you want to recalculate the row value, you will have to select specific columns and exclude the rowDiffHash column, otherwise that would throw off the process.

    Jim