Mysql
 sql >> Database >  >> RDS >> Mysql

Query SQL:eliminare una voce che non è presente in una tabella di join?

delete from Users 
where UserID not in
    (select userid from subscriptionOffering)