What's the execution sequence about  " insert ino  A select .... from B "?
I  means,which is correct prescription in the following:
(1) select  all  rows from B at first, then  insert all  the result into table 
A;
(2) select a row from B ,then insert the row into table A immediately, repeat 
the precess.



      
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to