I have a two tables in MySQL. I want to create a SELECT
that will work in the following way:
Select from the table s_articles_supplier
those lines whose id is equal to the active
= 1
s_articles_supplier:
id | name
100 | Nike
101 | Adidas
s_articles:
supplierID | active
100 | 1
101 | 0