ÃÖ±Ù °Ô½Ã¹°ÀÌ ¾ø½À´Ï´Ù.
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') = '2023-05' group by B.mb_id order by point desc, mb_point desc LIMIT 0, 10
1030 : Got error 28 from table handler
error file : /index.html