Can not filter with MySQL function
Posted: Thu 10 Nov 2011 17:26
I try to filter the table with following statement
Filter := 'DATE_FORMAT(DATETIME_IN, '%Y%m') BETWEEN 201111 AND 201211 ';
MyDac said: column "DATE_FORMAT" not found"
How can i solve this issue?
Thanks.
Filter := 'DATE_FORMAT(DATETIME_IN, '%Y%m') BETWEEN 201111 AND 201211 ';
MyDac said: column "DATE_FORMAT" not found"
How can i solve this issue?
Thanks.