![]() |
rdf author 6/17/2020 |
Hi PHPR community,
|
![]() |
Sergey Kornilov admin 6/17/2020 |
You are confusing database views and custom views. Custom Views are PHPRunner thing, just merely a named SQL Query. |
![]() |
rdf author 6/17/2020 |
You are confusing database views and custom views. Custom Views are PHPRunner thing, just merely a named SQL Query. If you need to work with something like UNION you need to create a view in the database itself. https://dev.mysql.com/doc/refman/8.0/en/create-view.html
|
![]() |
Sergey Kornilov admin 6/18/2020 |
First create the view in MySQL without using any variables. Then add this view to the project and use those variables in WHERE clause. |
![]() |
rdf author 6/18/2020 |
First create the view in MySQL without using any variables. Then add this view to the project and use those variables in WHERE clause. But formdetail_subcat needs to be a real view in MySQL and not a custom view.
|