how can i have a subquery in django's queryset? for example if i have: select name, age from person, employee where person.id = employee.id and employee.id ...
確定! 回上一頁