Trying to do Parameters for Report in Reporting Services from a database that's in mysql . My Where clause looks like this:
Where HD_TICKET.HD_QUEUE_ID="6"
WHERE HD_TICKET.CREATED BETWEEN [Start Date] AND [End Date]
GROUP BY (HD_PRIORITY.NAME)
I get this error:
ERROR [42000] [MySQL][ODBC 5.1 Driver][mysqld-5.1.54-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE HD_TICKET.CREATED BETWEEN [Start Date] AND [End Date]
GROUP BY (HD_PRIORI' at line 133