ENDS_WITH<expression> ENDS WITH <value> Suggest EditsDescription Evaluates to True if the value returned by <expression> has <value> as a substring at the end. <expression> can be <table>.<column> or AGG(<table>.<column>, <start>, <end>). This operator can only be applied to text columns. Example PQLMOVIE.TITLE ENDS WITH 'Rings' Updated 11 months ago Table of Contents Description Example