On Fri, 2004-04-23 at 06:46, Christopher Faylor wrote: > And, just to close the loop, that did, indeed, fix the problem.
OK :) the problem was that MySQL < 4.0.13 does not support the "INSERT INTO table1 ... SELECT .. FROM table2" query where table1 == table2. Ilja