This topic is locked

dynamic table

9/10/2020 9:19:21 AM
PHPRunner General questions
F
fabiofurlan author

Would it be possible to create a table at runtime dynamically and that table be visible in PHP RUNNER to compare data between 2 tables for example?

Sergey Kornilov admin 9/10/2020

While this is possible in general it will be more difficult than working with predefined tables. It all depends on how do you want to compare two tables.
If you want to work with the table is not created yet and can create a SQL View, point it to one of the existing tables switch to PHP code mode and execute any sort of SQL query there to retrieve data.

https://xlinesoft.com/phprunner/docs/code-views.htm