Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I think this is a quite simple task but I've some trouble to gain it
I have a table with two columns: a work code and a number of days assigned to that code:
CODE ALLDAYS
C001 4
C002 2
I want to create a table like that
CODE DAYNO
C001 1
C001 2
C001 3
C001 4
C002 1
C001 2
Thanks
Claudio
It works
Thanks