Mysql
 sql >> Base de données >  >> RDS >> Mysql

Filtrage de lignes distinctes en SQL

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