I would like to add a column to an existing table, where the new column would only have running numbers starting from 1. If I've understood correctly, the "create index" command is not the right way to do this, as that's attached to just certain columns to speed up querying.
The reason why I want this is that after exporting the data from the database I would still need to know the order of the rows.