This topic is locked

Query on Two views

6/8/2011 3:37:53 AM
PHPRunner General questions
M
maxcolo author

Hello,

is possible in 5.3 PHPRunner query on two views created from two tables?

If you explain to me how?

With regard

Massimo

Sergey Kornilov admin 6/8/2011

You cannot query custom views created in PHPRunner. You can join underlying SQL Queries though.
Show us your custom views and explain how you want to query them.
Another option is to create a real views in your database and query them.