yes1819New Contributor III5 years agoAdd 2 parameters in WHERE CLAUSE in Oracle Select Hi, I’m trying to put 2 parameters in Where Clause in Oracle Select with “and” Below is my pipeline parameters. I put some values between ’ ’ (I don’t have to put it) Below is my pipeline ...Show More
igormicevContributor5 years agoHi @yes1819 Put this in your Where clause and try: "BEC_NAME = '"+$BEC_NAME+"' AND PRODUCT_SEGMENT = '"+$PRODUCT_SEGMENT+"'" /Igor
Recent DiscussionsPipeline Execute Pool sizetrace API and proxy callsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapSolvedConcat values of a field based on value of another fieldSolvedJWT Configuration for SnapLogic Public API