When I use function body return SQL Query and have a column which is a number like Age and use the APEX filtering > 67 it only ever executes = 67 instead of > 67

Interestingly using the > sign on dates works. Using a > on a varchar2 column like last_name also does not work for example > F
Using a grid on a table/view the filtering works as expected.
