NC
Size: a a a
NC
DT
MB
DT
NC
D
N
N
DT
NC
DT
app_name.models.second_file_name.SecondModelName
- такой строкой ?АК
АК
select *
from products_product
left join (
select *
from products_purchase
join products_product on products_purchase.product_id = products_product.name
where user_id = 1
) t on t.name = products_product.name where products_product.name like '02%';
АК
DT
DT
N
N
AD
N