post_attachment_aggregate_order_by
order by aggregate values of table "post_attachment"
input post_attachment_aggregate_order_by {
  avg: post_attachment_avg_order_by
  count: order_by
  max: post_attachment_max_order_by
  min: post_attachment_min_order_by
  stddev: post_attachment_stddev_order_by
  stddev_pop: post_attachment_stddev_pop_order_by
  stddev_samp: post_attachment_stddev_samp_order_by
  sum: post_attachment_sum_order_by
  var_pop: post_attachment_var_pop_order_by
  var_samp: post_attachment_var_samp_order_by
  variance: post_attachment_variance_order_by
}