I have a table where there are several records of supplies, now a column will be implemented in this table where a label will be implemented to facilitate finding these supplies in stock, I have already adjusted the table so that all new records when inserted in the table I earn a sequential number for these new records, however I need to add a label to the other supplies that have already been added to the inventory before. Is there any way to add a sequential number to multiple records with an SQL statement?