Cannot Pass Query Into Parameterized Query?
Greetings,
I have a parameterized query connected to a Snowflake DB. I'm passing the entire query as a parameter, but I'm getting an error while doing this. Can someone help me find out why this isn't working? Am I using the wrong syntax?
Comments
-
Hello there!
This is not going to work. Decisions is not designed to pass in an entire query as a parameter into a parameterized query; you need some query framework in the initial query.
-Gregory, Decisions Support
