|
C
|
cgphp 5/3/2012 |
|
Please, explain better your requirements. On the SQL tab UNIONS are not supported. |
|
|
B
|
bilboss author 5/3/2012 |
|
UNIONS are not supported |
|
|
P
|
procheck 5/3/2012 |
|
Although Unions are not supported in the Query Designer, you can still code them manually. |
|
|
B
|
bilboss author 5/3/2012 |
|
which would have to be created to implement the code manually? |
|
|
|
Sergey Kornilov admin 5/3/2012 |
|
The simplest approach is to create a view in your database on the top of Union query. Then use this view as a datasource in PHPRunner. |
|