INSERT INTO table (col1,col2) SELECT col1,col2 FROM table2

is what i'm trying do, copy some columns from one table to one in
django, i get constraints failed

i made a test db and tested this and worked, copied the two columns to
another table fine, also tried recreating the model w/ blank=true and
null=true figuring maybe some of my other columns were requiring
something

anyone know what's up here?
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to