How to log latest Redshift SQL queries with actual parameter values
When I log queries executed on Amazon Redshift by querying a table STL_QUERY
, I receive a prepared statement statement with no parameter values, for example:
SELECT * FROM events WHERE ts=$1
I want to know what are the real values of the parameters.
Is there a way to find out?
+4
Alon
source
to share
No one has answered this question yet
Check out similar questions:
148
115
110
7
6
1
1
1
0
0