I have a table that holds ecommerce receipt data and each row has a cust_id field. A cust_id may appear more than once in the table (i.e. the cutomer has several receipts in the table).
I need to count how many customers have only one receipt (shopped online only once) in the table as opposed to customers that may have more than one receipt.
I need to count how many customers have only one receipt (shopped online only once) in the table as opposed to customers that may have more than one receipt.