Hi,
   I want to select a "single" field from a table, i've read the
QuerySet API reference but i can't find anything to solve my query.

Just to explain:

If i've a table like:

User
   first_name = models.CharField(max_length=30)
   last_name = models.CharField(max_length=30)

how i can execute a sql query "SELECT first_name FROM User" with
QuerySet API?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to