摘要:
select * from (select city,usage_percent from cdn_usage_city_5min where time='{getTime()}' and city not like '%未知%' ) as a LEFT JOIN (select city,cart 阅读全文
摘要:
聚合 Concat from django.db.models import Aggregate, CharField class Concat(Aggregate): """ORM用来分组显示其他字段 相当于group_concat""" function = 'GROUP_CONCAT' tem 阅读全文