The number of rows in my table varies every time as I don't know how many rows of my raw data. I want to define a new column with a specified sequence of numbers repeat in it. such as repeat 123 in the new column:
1
2
3
1
2
3
.
.
.
Can I do this? Thanks.