Hi,
I've a strange problem with a INSERT query. It's taking a long time to
execute. The format is like this :
INSERT INTO table1
SELECT ..
FROM table2
Executing the SELECT .. FROM table2 is taking 30 seconds. The result
is nothing: no records are selected.
When i include the INSERT part it will take 12 hours to complete
INSERT INTO table1
SELECT ..
FROM table2
There's is an index on the table and when i delete it, it gives still
the problem.
Keh?
Greetz,
Hennie