Get the row number (index) of a particular row in a data table

Hi @gweber.lauraandleigh, as far as I am concerned, without AUTO_INCREMENT column, there is no easy way to get the index at the moment.

You can convert the result to list of dicts and use something like this, which is a bit better:

1 Like