Alternating Round and Marquise Lab Diamond Curved Ring
SR1138V/M88/F-14LABRG
SELECT upf.*, c.CustomerFirst, c.CustomerLast FROM user_purchase_feedback AS upf JOIN customer AS c ON upf.customer_id = c.CustomerID JOIN product AS p ON upf.purchasedProductIDs LIKE CONCAT('%', p.id, '%') WHERE p.vendor_sku = (SELECT vendor_sku FROM product WHERE id = '24300') AND upf.rating > 3 AND upf.status = '1' GROUP BY upf.customer_id ORDER BY upf.add_date DESC