Sergey Kornilov 1/27/2023 | |
You can achieve this if you create a SQL View in PHPRunner that is based on your stored procedure call: |
F
|
fvdb author 1/30/2023 |
Hi Admin, The problem is that the filter is not returned in the stored procedure. Let me elaborate. CREATE DEFINER= Now I need to pass the date @a to the stored procedure, currenty i am trying to create a database with just one date, and based upon that date create a qustom query, but it should be easier to do with the "SQL views" i guess. The result must be that i get a stock on a particular date. rgds |
Sergey Kornilov 1/30/2023 | |
Your latest response didn't provide any new info. What exactly causes the trouble implementing this with the help of a SQL View? |