5 - Out of memory (Needed 1676576 bytes)
SELECT *,SUBSTRING(products_options_name_comment,1,INSTR(products_options_name_comment,' ')) AS Type1,
SUBSTRING(TRIM(SUBSTRING(products_options_name_comment,INSTR(products_options_name_comment,' '),
LENGTH(products_options_name_comment))),1,
INSTR(TRIM(SUBSTRING(products_options_name_comment,INSTR(products_options_name_comment,' '),
LENGTH(products_options_name_comment))),' ')) AS Type3,
TRIM(SUBSTRING(TRIM(SUBSTRING(products_options_name_comment,INSTR(products_options_name_comment,' '),
LENGTH(products_options_name_comment))),
INSTR(TRIM(SUBSTRING(products_options_name_comment,INSTR(products_options_name_comment,' '),
LENGTH(products_options_name_comment))),' '),LENGTH(TRIM(SUBSTRING(products_options_name_comment,
INSTR(products_options_name_comment,' '),LENGTH(products_options_name_comment)))))) AS Type4,
TRIM(SUBSTRING(products_options_name_comment,INSTR(products_options_name_comment,' '),
LENGTH(products_options_name_comment))) AS Type5 FROM products_options
LEFT JOIN products_options_values_to_products_options
ON products_options.products_options_id=products_options_values_to_products_options.products_options_id
LEFT JOIN products_options_values
ON products_options_values_to_products_options.products_options_values_id=products_options_values.products_options_values_id
where products_options_values.language_id = products_options.language_id AND
products_options_values.language_id = '4'
AND products_options.products_options_id = '92'
order by products_options_values_name asc
[TEP STOP]