I'm working with Django... I am used to writing raw SQL queries, so the DAL 
is a little comfusing for me.  But, apperantly, its the thing to do.
Anyway, come anyone point me in the right direction on how to translate 
this raw query into the Django DAL --

SELECT *  FROM rep_musicalwork, rep_composer WHERE 
rep_musicalwork.composer_id = rep_composer.id ORDER BY 
rep_composer.last_name, rep_composer.first_name;

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3f95f4a3-1590-47f1-9faa-7b5faad88bbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to