Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rspalaHi, I am using JDBC Query in my graph. This JDBC query is getting input data from another node. I would like to use this JDBC query with a where clause using "IN" keyword. How can I do this?
Basically I am trying to do "
Select * from Table where Column in (1,2,3)" query using JDBC query node. But the catch is, the (1,2,3) values are coming in a parameter values (as a column data from input node) in to the JDBC Query node.
How can I do this using JDBC Query node in a graph?
Appreciate your help! Thanks!