sql >> Base de Datos >  >> RDS >> Mysql

Filtrado de filas distintas en SQL

SELECT DISTINCT buyer FROM table WHERE buyer NOT IN 
    (SELECT DISTINCT buyer FROM table WHERE seller='Seller A')