[Q] INSERT INTO ... SELECT

2004-02-03 Thread Riaan Oberholzer
Is there a limit on the number of rows that can be inserted in this way? Ie, at what point should I start worrying about out of memory errors or something similar? So, how many rows can/should be returned by the SELECT clause? __ Do you Yahoo!? Yahoo! SiteBuilder

Re: [Q] INSERT INTO ... SELECT

2004-02-03 Thread Krasimir_Slaveykov
Hello Riaan, RO Is there a limit on the number of rows that can be RO inserted in this way? Ie, at what point should I start RO worrying about out of memory errors or something RO similar? RO So, how many rows can/should be returned by the SELECT clause? I had a similar case. Difference is that

Re: [Q] INSERT INTO ... SELECT

2004-02-03 Thread Egor Egorov
Riaan Oberholzer [EMAIL PROTECTED] wrote: Is there a limit on the number of rows that can be inserted in this way? Ie, at what point should I start worrying about out of memory errors or something similar? So, how many rows can/should be returned by the SELECT clause? There is no