User 'apmotorsbdd' has exceeded the 'max_questions' resource (current value: 40000)

		SELECT c.`id_category`, cl.`name`, cl.`link_rewrite`
		FROM `apm_category` c
		LEFT JOIN `apm_category_lang` cl ON c.`id_category` = cl.`id_category`
		WHERE `id_lang` = 2
		AND c.`id_parent` = 672
		AND `active` = 1
		ORDER BY `name` ASC