On Sat, Dec 13, 2008 at 5:55 AM, Lee <[email protected]> wrote: > If I want to return a specified column in this situation without > using SQL query (select y from table where x =1), how to do it?
There is a method which will do this, and it is listed in the database API documentation alongside all the other querying methods. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

