mysql聚合函数查询,子查询,关联查询

聚合函数 MAX() MIN() COUNT() SUM() AVG() 准备工做 from student.models import * from django.db.models import * def showsql(): from django.db import connection print connection.queries[-1]['sql'] 求最高
相关文章
相关标签/搜索