DE
- id
- locale
- entry_id
- по одному
- столбцу на каждое перевозимое значение
Size: a a a
DE
ПГ
select * from products where id in ( select product_id * from product_shop where shop_id =2 ) and id in (select product_id from product_property where property_id in (1,2,3)) ofset 0 limit 10;
DE
select * from products where id in ( select product_id * from product_shop where shop_id =2 ) and id in (select product_id from product_property where property_id in (1,2,3)) ofset 0 limit 10;
ПГ
DE
DE
select * from products where id in ( select product_id * from product_shop where shop_id =2 ) and id in (select product_id from product_property where property_id in (1,2,3)) ofset 0 limit 10;
ПГ
DE
DE
DE
ПГ
DE
DE
ПГ
MS
DE
DE