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'] 求最高
相關文章
相關標籤/搜索