SELECT cust_nbr, COUNT(order_nbr) FROM cust_order GROUP BY cust_nbr; ... from the SELECT list in the GROUP BY clause, SQL returns the following error:
確定! 回上一頁