shangrilla
Programmer
Hi:
I want to copy the indexes from one table to another.
select * from table1 to table1_1
use in table1_1
USE table1_1 INDEX table1.cdx
I am trying to have the same indexes for both table1 and table1_1
I want to copy the indexes from one table to another.
select * from table1 to table1_1
use in table1_1
USE table1_1 INDEX table1.cdx
I am trying to have the same indexes for both table1 and table1_1