Hi,
I'm trying to copy data from one table to another.
The source table has columns:
Name varchar(30), Day decimal(8,2), Depth decimal(8,2),
Name1 varchar(30), Day1 decimal(8,2), Depth1 decimal(8,2),
Name2 varchar(30), Day2 decimal(8,2), Depth2 decimal(8,2)
Destination table is similar...