سؤال

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