I would to use CONVERT() in a task to convert an AVG() of timedates back to timedate format, but I tried to use the function even in HeidiSQL or phpmyadmin, it's just gives me a syntax error.
Even if I copy there something as simple like this: SELECT CONVERT(int, 25.65); It causes syntax error.
I checked on the official site of MariaDB and it should work this way, but doesn't. :(