Ok. I'm a bit rusty on MySQL. I'm writing a query using ODBC connection for a report in SSRS. In my query I have to use ? To use the parameters from the report. Well I'm using StartDate and EndDate and parameters. I need to reuse them throughout the query 2 times. If I have to use ?'s and the go in order of input how do I reuse previously input parameters in the same query?
↧