select max(catalog.cost) as max from catalog where catalog.cost>0 and catalog.cat=36

Цена, руб
от до
Бренды
Select * from catalog_item where tid=36 and rel=0 and toreq=1 order by tofiltr desc, pos asc, id asc

Select distinct(countryname) as text, catalog_country.id from catalog_country where exists(Select * from catalog where catalog_country.id=catalog.country and catalog.cost>0 and catalog.cat=36 limit 1) order by (Select count(id) from catalog where catalog_country.id=catalog.country and catalog.cost>0 and catalog.cat=36 limit 1) desc

Мы ответим на Ваши вопросы
Красота и здоровье

Select count(id) as n from catalog where catalog.cost>=0 and catalog.cat>0 and ( exists(select * from catalog_tree where catalog_tree.id=catalog.cat and catalog_tree.sh=0 limit 1 ) ) and ( catalog.subcat=0 or exists(select * from catalog_tree where catalog_tree.id=catalog.subcat and catalog_tree.sh=0 limit 1 ) ) and ( catalog.subsubcat=0 or exists(select * from catalog_tree where catalog_tree.id=catalog.subsubcat and catalog_tree.sh=0 limit 1 ) ) and catalog.cat=36 limit 1

select * from catalog where catalog.cost>=0 and catalog.cat>0 and ( exists(select * from catalog_tree where catalog_tree.id=catalog.cat and catalog_tree.sh=0 limit 1 ) ) and ( catalog.subcat=0 or exists(select * from catalog_tree where catalog_tree.id=catalog.subcat and catalog_tree.sh=0 limit 1 ) ) and ( catalog.subsubcat=0 or exists(select * from catalog_tree where catalog_tree.id=catalog.subsubcat and catalog_tree.sh=0 limit 1 ) ) and catalog.cat=36 order by (select if(st1+st2+st3+st4+st5>0,1,0) as n from catalog_params where catalog_params.idt=catalog.id limit 1) desc, cost asc limit 120,10

Ничего не найдено!

Продолжая использовать наш сайт, Вы даете согласие на обработку файлов cookie и пользовательских данных (указанных в формах отправки данных) в целях правильного функционирования сайта, проведения ретаргетинга, статистических исследований, обзоров. Если вы не хотите, чтобы Ваши данные обрабатывались, покиньте сайт.

Политика конфиденциальности  |  Пользовательское соглашение