K
Kamil
Hi.
I have a table with fields:
KEY;a;b
I would like to create a query which will move the data from field "b"
to next row:
KEY;a
KEY;b.
Example:
ID;phone1;phone2
=>
ID;phone1
ID;phone2
Is it possible?
Best regards,
Kamil
I have a table with fields:
KEY;a;b
I would like to create a query which will move the data from field "b"
to next row:
KEY;a
KEY;b.
Example:
ID;phone1;phone2
=>
ID;phone1
ID;phone2
Is it possible?
Best regards,
Kamil