1226 User 'shop_koupelny-in' has exceeded the 'max_questions' resource (current value: 90000)
in:
[select sale_id
from salemaker_sales
where sale_status = '0'
and (((sale_date_start <= now() and sale_date_start != '0001-01-01') and (sale_date_end >= now()))
or ((sale_date_start <= now() and sale_date_start != '0001-01-01') and (sale_date_end = '0001-01-01'))
or (sale_date_start = '0001-01-01' and sale_date_end >= now()))
]