SQL bind peeking
Hi ,
Any method to peek bind variables values from a given query ?
For example :
I see in the query_requets table a query like -> select * from mytable where id=?
I like to know what is the value of the id .
Oracle provide some API to show this value , any method in vertica ?Thanks
0
Comments
Use in regexp (for described task regexp are good enough)