Is it possible to create dynamic sql operator in Informatica using SQL Transformation. For eg.
SELECT p.id FROM products p WHERE p.weight ?operator? '30' where ?operator? can have values: <, > , =
or even: in, not in