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


source to share





All Articles