![]() |
HJB 11/21/2016 |
Let me try to explain WHY at least me never saw the need to dive deeper into any SQL DB programming. |
![]() |
Sergey Kornilov admin 11/21/2016 |
As you can see on this page the use of DISTINCT is not supported. However there is an easy workaround. You can create a view in SQL Server on the top of your SQL Query and use this view as a datasource in PHPRunner. |
|
spettinato author 11/27/2016 |
As you can see on this page the use of DISTINCT is not supported. However there is an easy workaround. You can create a view in SQL Server on the top of your SQL Query and use this view as a datasource in PHPRunner.
|
![]() |
Sergey Kornilov admin 11/27/2016 |
Sure, check CREATE VIEW article in MySQL's manual: |