Hi All,
I have a table test with columns name and value
test tablenamevalue
It has around 500 rows.
I added a new column id to the table,
Table testid,name,value
I am not sure how to insert numbers to my column id (1-500).
Thanks