Hello, I have this query:
SELECT DATE_FORMAT(time, '%M %d') AS time FROM table, which works fine
in mysql prompt.
If i try to use it from [% FOREACH result = DBI.query('SELECT...') then
i get this error to erro_log:
line 5: unexpected token (%M)
How do i use it then? I tried to escape this %M but no luck :(
Thanks in advance,
Viljo
