문제

Is it possible to do an 'Order by lower(field_name)' in MonetDB?

도움이 되었습니까?

해결책

Yes, that's exactly it. It's the lower() function.

select lower('Hello')

will return 'hello'. And I've confirmed that this works in the 'order by' clause as well.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top