Is it possible to do an 'Order by lower(field_name)' in MonetDB?
Asked
Active
Viewed 190 times
1 Answers
0
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.

Marina
- 3,222
- 5
- 25
- 35
-
@VivekSadh I would, but I have to wait 2 days to accept according to stackoverflow :) – Marina Jul 24 '13 at 10:36