IS_IN<expression> IS IN <value> Suggest EditsDescription Evaluates to True if the value returned by <expression> is included in <value> as an element at any point. <expression> can be <table>.<column> or AGG(<table>.<column>, <start>, <end>). Example PQLLOAN.STATUS IS IN ('A', 'C') Updated 11 months ago Table of Contents Description Example