-- modified by multistore (358/367/370) select products_url from products_description left outer join products_to_categories p2c on (p.products_id = p2c.products_id) left join categories c on c.categories_id = p2c.categories_id where 1=1 and ((instr(c.string_domains, ';11;') or right(c.string_domains, 3) = ';11' or left(c.string_domains, 3) = '11;' or c.string_domains = '11' or c.string_domains = '11;')) and products_id='8488' and trim(products_name) != '' and language_id='1'
--- ERROR: Column 'products_id' in where clause is ambiguous