Comments
-
Hi, I have an existing dataset (I am using the MariaDB connector for it) which I would like to run remotely using an API. Is it possible to achieve this?
-
Hi, I have tested the proposed solution DATE_SUB(LAST_DAY(CURDATE()), interval -1 MONTH) and it breaks for February, it says 29th of January is no longer in the "last month", but in the "current month". So I am using this formula, instead CASE WHEN DATE(`Payment Date`) > SUBDATE(CURRENT_DATE(), interval…