Good morning, please help to make a SQL query for a sample of such a database of information only about those buyers who bought the same product more than 3 times. My attempts end with Feil: (SELECT CUSTOMERS.COMPANYNAME FROM CUSTOMERS WHERE CUSTOMERS.CUSTOMERID IN ( SELECT * FROM ORDERS WHERE COUNT(CUSTOMERID)>3)
