|
|
| 1226 - User 'scm9bRwmvGu' has exceeded the 'max_questions' resource (current value: 300000)
select p.products_id,
pd.products_name,
p.products_image,
p.products_tax_class_id,
IF(s.status, s.specials_new_products_price, p.products_price) as products_price
from products_description pd,
products p
left join specials s
on p.products_id = s.products_id
where p.products_id in (1070,1095,195,983,1019)
and p.products_status = '1'
and p.products_id = pd.products_id
and pd.language_id = '1'
[TEP STOP]
1226 - User 'scm9bRwmvGu' has exceeded the 'max_questions' resource (current value: 300000)
select count(*) as total from sessions where sesskey = 'a9c1baebced8a1156c5e7f21a4e8cd26'
[TEP STOP]
|