1226 - User 'leshoppijfauth' has exceeded the 'max_questions' resource (current value: 37075)
select
c.categories_id,
cd.categories_name,
c.parent_id
from
cimbvitrine_categories c
join cimbvitrine_categories_description cd
on (c.categories_id = cd.categories_id)
where
c.cat_status = '1' and
c.parent_id = '19'
and cd.language_id='4'
order by
sort_order,
cd.categories_name
[TEP STOP]