Closed tokoko closed 1 month ago
row_number function doesn't specify whether the numbers start at 1 or 0. While most engines do start at 1, I think it's still worth being explicit here. ibis for example normalizes row numbers to start at 0 instead of 1.
The spec has been updated!
row_number function doesn't specify whether the numbers start at 1 or 0. While most engines do start at 1, I think it's still worth being explicit here. ibis for example normalizes row numbers to start at 0 instead of 1.