1016 Can't open file: './holafc/salemaker_sales.frm' (errno: 24)
in:
[select sale_id
from salemaker_sales
where sale_status = '0'
and (((sale_date_start <= 20251011 and sale_date_start != '0001-01-01') and (sale_date_end > 20251011))
or ((sale_date_start <= 20251011 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 > 20251011))
]