Socrata was acquired by Tyler Technologies in 2018 and is now the Data and Insights division of Tyler. The platform is still powered by the same software formerly known as Socrata but you will see references to Data & Insights going forward.
Return true if the value on the left is less than or equal to the value on the right
Examples:
1 <= 2
-- Result: true
1 <= 1
-- Result: true
'a' <= 'b'
-- Result: true