metabase / toucan

A classy high-level Clojure library for defining application models and retrieving them from a DB
Eclipse Public License 1.0
570 stars 49 forks source link

[Question] Ignore case on select #85

Open mobilemindtec opened 2 years ago

mobilemindtec commented 2 years ago

Hi,

Is there any way to run a query ignoring uppercase and lowercase? Or use an upper(filde) = upper(value)?

Thanks