Who knows how?
From the table:
Table1 Field1 Field2 1 1--- 2 2--- 3 3--- ...
Make a table:
Table1 Table1 Field1 Field2 Field1 Field2 1 1--- 1 1--- 2 2--- <-> 2 2--- 3 3--- 3 3--- ... ...
What would be the table:
Table1_1 Field1 Field2 1 1--- 1 2--- 1 3--- ... 2 1--- 2 2--- 2 3--- ... 3 1--- 3 2--- 3 3--- ...
Without cursors !!! It is necessary to request if there is such an opportunity.
Thank!