1226 User 'woungymy_all' has exceeded the 'max_questions' resource (current value: 1)
in:
[select sale_id
from salemaker_sales
where sale_status = '0'
and (((sale_date_start <= 20250404 and sale_date_start != '0001-01-01') and (sale_date_end > 20250404))
or ((sale_date_start <= 20250404 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 > 20250404))
]