Hello together,
i wonder if it's possible to add a custom filter to a join "ON". E.g.
a query:

SELECT * FROM `table` INNER JOIN `table_attribute` ON (`table`.`id` =
`table_attribute`.`lamp_id` AND foo=bar);

Please have a look at "foo=bar".

There is a method "filter" for django models, but that's not what i
need... :)

Any hints?

Thanks and best regards,
Johannes

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to