2025.07.13 기준
SELECT g_uid, MIN(NULLIF(d_money1, 0)) as d_money1, MIN(NULLIF(d_money2, 0)) as d_money2 FROM date WHERE g_uid IN () AND d_start >= '2025-07-13' group by g_uid ORDER BY d_start DESC
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND d_start >= '2025-07-13' group by g_uid ORDER BY d_start DESC' at line 1
error file : /main/main.html