Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithThe DB_Execute node will not talk to JDBC. You would use the JDBC_Query (or JDBC_Execute) node instead.
In the query you'd put
select * from xyz where BAN = :1
and in the BIND_FIELDS parameter (at the bottom), just put
BAN
You'll most likely have to do the .str().trim() functions in a filter before this node.