| Issue 103: | Django query api equivalent for select insert | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi, I am a newbie to django development. Is there any django query api for insert records into table from another table values. ie. postgres equivalent of "insert into table1 as select * from table2". |