<=<expression> <= <value> Suggest EditsDescription Implements the LESS THAN OR EQUAL TO operator. <expression> can be <table>.<column> or AGG(<table>.<column>, <start>, <end>). This operator can only be applied to numerical and timestamp columns. Example PQLLAST(LOAN.AMOUNT, 0, 30) <= 0 Updated 11 months ago Table of Contents Description Example