GREATER THAN >

This operator returns true (1) if the first argument is strictly greater than the second, otherwise it returns false (0). If both arguments are text values, the operator returns true if the first argument is alphabetically higher than the second.