Pilsburgh / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Django query api equivalent for select insert #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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".  

Original issue reported on code.google.com by anjusb...@gmail.com on 24 Sep 2013 at 4:55