SELECT * , COUNT(B.mb_id ) AS count, SUM( B.po_point ) AS point
FROM g4_member as A
LEFT JOIN g4_point as B ON ( A.mb_id = B.mb_id AND A.mb_level < 8 AND A.mb_point >= 1) where date_format(B.po_datetime,'%Y-%m') = '2025-10' group by B.mb_id order by point desc LIMIT 0, 10
1030 : Got error 28 from table handler
error file : /index.html