July Derek
Programmer
Hi All,
I'm trying to copy a Table along with all the records to another identical table with another name.
SELECT einvoice
COPY TO temp
This command only copies the einvoice Table structure to the TEMP table. No records are being copied.
I tried COPY ALL TO temp still no records are being copied.
Thanks in advance !
I'm trying to copy a Table along with all the records to another identical table with another name.
SELECT einvoice
COPY TO temp
This command only copies the einvoice Table structure to the TEMP table. No records are being copied.
I tried COPY ALL TO temp still no records are being copied.
Thanks in advance !