|
|
От: |
KRA
|
|
| Дата: | 28.05.09 07:55 | ||
| Оценка: | |||
KRA> select h.brand_id, count_ from prt_search_helper h where
KRA> h.brand_id is not null and
KRA> h.model_id is null and
KRA> h.category_id is null and
KRA> h.seller_id is null
KRA>