kamalkeshavani-aiinside commented on issue #12957:
URL: https://github.com/apache/superset/issues/12957#issuecomment-777887781
Hey @Steejay, here is a use case where I felt that serial numbers could have
helped me recently.
- I was looking at a query result grouped by 2 columns, date and name(also
ordered by date and name).
- You could say it is more of a habit from other SQL editors, where I can
simply use serial number to find out how many rows with the first name are
present in the results.
- In SQL lab, I just had to add row_number() in SELECT clause to get the
same data.
I can't really say if a lot of people use the serial numbers the same way,
but I am guessing that many of them have some usecase where they find it
useful. And if I my guess is correct then I think this feature can help them
feel more comfortable doing data exploration in SQL lab when starting to use
Superset.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]