This topic is locked

SQL view

9/17/2020 4:31:14 AM
PHPRunner General questions
M
m.salahi author

hi every one,,
i create SQL View and i pass integer variable and it work perfect
but when i use date variable it work on design but on browser is doesn't display any records
my sq;

select user_id

from users

where

dateof(id_end_date)=':{filter.date_search}'
general_rpt_list.php?q=(date_search~equals~2017-10-09~date11)
i use phprunner 10.4

oracle database

Sergey Kornilov admin 9/17/2020

Can you enable tracing on the Oracle side and see the exact query being executed?