SQL Antipatterns, Volume 1: function error (page 186)

@billkarwin

On page 186,both the rand-limit-offset.py and rand-row-number.py code uses round function, which will possibly get the total_row_count+1 as the displayed row_number result.