[SOLVED] Still having trouble with GROUP BY |
9/13/2017 15:24:14 | |
| PHPRunner General questions | ||
|
I use this SQL |
||
|
|
Sergey Kornilov admin 9/14/2017 |
|
While I do not have a solution I can offer a workaround. Create a view in your database on the top of this query and use it as a datasource in PHPRunner. |
|
|
|
John Rotella author 9/14/2017 |
|
While I do not have a solution I can offer a workaround. Create a view in your database on the top of this query and use it as a datasource in PHPRunner.
|
|
|
|
John Rotella author 9/14/2017 |
|
While I do not have a solution I can offer a workaround. Create a view in your database on the top of this query and use it as a datasource in PHPRunner.
|
|
|
|
Sergey Kornilov admin 9/15/2017 |
|
View needs to be in the database. "On the top of SQL Query" means using the same query when you create your view. |
|
|
|
John Rotella author 9/15/2017 |
|
View needs to be in the database. "On the top of SQL Query" means using the same query when you create your view.
|
|
|
|
John Rotella author 9/15/2017 |
|
View needs to be in the database. "On the top of SQL Query" means using the same query when you create your view.
|
|