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.

between

Function: #BETWEEN
  Return true if the left is within the range of the right values

Examples:

  1 BETWEEN 0 and 2
  -- Result: true

  3 BETWEEN 0 and 2
  -- Result: false

  2 BETWEEN 0 and 2
  -- Result: true

  'b' BETWEEN 'a' and 'c'
  -- Result: true




Signatures
a, a, a -> checkbox