Topic: Report generator: cannot use quote mark (" or ') in query
Hi all,
I'm trying to create a report using report generator module. In SQL query, I need to filter and modify some fields' values, using 'where field_name = "blablabla"' and 'date_format(date_field, "blablabla")'. But the SQL was said having SQL error, and I got error code : 1064.
The problem was gone if I remove every filter and modifying function which use quote mark (" or ').
Does this mean we should not use quote mark in the query?
Albert