SQL Query Parameters for Schema and Table names #146
-
Hi, I'm trying to execute a command with parameterized schema and table names. For example, "SELECT * FROM %s.%s" where the parameter values could be ('some_schema_name', 'some_table_name'). With
Is there similar functionality with |
Beta Was this translation helpful? Give feedback.
Answered by
Brooke-white
Apr 6, 2023
Replies: 1 comment 3 replies
-
Hi @djbpark1 , the project README provides examples of how parametrization can be used. Please let me know if you have further questions. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But aside from that, Redshift server does not support using bind parameters in this manner; for the schema or table name.