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.
是否可以在 MonetDB 中执行“按较低(字段名称)排序”?
是的,就是这样。这是 lower() 函数。
select lower('Hello')
将返回“你好”。而且我已经确认这在“order by”子句中也有效。