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.

lower

Function: lower
  lowercase a string

Examples:

  lower('SOMETHING')
  -- Result: "something"

  lower('SOMEthing')
  -- Result: "something"

  lower(text_column)
  -- Result: "text column datum"




Signatures
text -> text