Re: [cx-oracle-users] INSERT examples
Brought to you by:
atuining
From: Robert <web...@gm...> - 2010-06-17 18:17:46
|
Thanks, Yes, as long time Oracle dev, i know :) Just wanted to present a very simple case. On Thu, Jun 17, 2010 at 2:02 PM, Fawcett, David (MPCA) <Dav...@st...> wrote: > If the data is really coming from one table and going unmodified into another table, couldn't you do something like this? > > curs1.execute("""insert into emp2 select * from emp""") > db.commit() > |