LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only

Parameterized SQL - multiple value filter

  • 1.  Parameterized SQL - multiple value filter

    Employee
    Posted 05-12-2016 23:10

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rspala

    Hi, 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!