Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ClojureQL 中,如何使 where 子句不区分大小写?我正在尝试在 where 子句中添加 UPPER 或其他内容来执行此操作,但我无法弄清楚如何执行此操作
在 ClojureQL 中,您可以像这样调用函数:
:function/col
所以这样的事情应该根据文档工作:
(select (table :users) (where (= :LOWER/name john)))