![]() |
Sergey Kornilov admin 8/3/2019 |
No, it is not possible to use Advanced Security in this case, it only works with a single ID. However, you can mimic Advanced Security behavior using the technique explained in this article: https://xlinesoft.com/phprunner/docs/dynamic_sql_query.htm WHERE id in (1,2,6) |
A
|
anzac author 8/6/2019 |
Thank you for the explanation, will try to find solution based on your pointer. No, it is not possible to use Advanced Security in this case, it only works with a single ID. However, you can mimic Advanced Security behavior using the technique explained in this article: https://xlinesoft.com/phprunner/docs/dynamic_sql_query.htm The kind of WHERE clause you looking for is as follows: WHERE id in (1,2,6) |