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

Jointure gauche avec condition

Mettez simplement le critère "qa bug" dans la jointure :

select t1.*, t2.name from #bug t1 
left join #blocking t2 on t1.id = t2.id AND t2.name = 'qa bug'