how to detect the value of bind-value
suppose have a bind-value SQL as following:
select * from xxx a where a.id := 1;
how to detect the exactly value everytime this SQL runs
0
suppose have a bind-value SQL as following:
select * from xxx a where a.id := 1;
how to detect the exactly value everytime this SQL runs