select ORDER_ITEM_ID,ask_id,cust_order_id, count(distinct cust_order_id) from order_item group by cust_order_id 1、首先这个语句是没有语法错误,是 ...