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