How to lower data inside of column using SQL in Metabase

Hi guys,

I am working with a column with text that uses upper and lower case. I would like to normalize this column to use lower case... Is it possible? how can do it using sql?

Hi @pguisordi
It's currently not possible to do such conversion in the Data Model, but you can do it on the question with Custom Column: lower([your_column])
https://www.metabase.com/learn/questions/custom-expressions