1226 User 'woungymy_world' has exceeded the 'max_questions' resource (current value: 1)
in:
[select specials_id, products_id
from specials
where status = '0'
and (((specials_date_available <= 20241121 and specials_date_available != '0001-01-01') and (expires_date > 20241121))
or ((specials_date_available <= 20241121 and specials_date_available != '0001-01-01') and (expires_date = '0001-01-01'))
or (specials_date_available = '0001-01-01' and expires_date > 20241121))
]