hey

if I use the Django db api it automatically does SELECT * FROM.... How
can I select only one (or a certain number of fields) so that I can
run a distinct query. i.e something like this in sql: SELECT field
FROM table. Which would lead to the distinct query: SELECT DISTINCT
field FROM table. in this case fields is not the pk.

thanks


stephane


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

Reply via email to