Hey,
simple thing: I created orders. Each order is represented by a unique id.
Now I want to create an order line id per order id.
Each order starts with the order line 1.
Example:
Order id | Order line
1 | 1
1 | 2
2 | 1
2 | 2
How can I do that?
Kind regards,
Daniel