
|
If you were logged in you would be able to see more operations.
|
|
|
Time Tracking:
Issue & Sub-Tasks
Issue Only
Issue & Sub-Tasks
Issue Only
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Windows (XP & 2000)
|
|
| Resolution Date: |
29/Apr/05 04:26 PM
|
|
No sub-tasks match this view.
|
|
|
|
Sorted string columns are sorted in a case sensitive way. In other databases we achieve case insensitive search by calling the lower() function in order by. However, in Derby lower function cannot be called on parameters specified in order by. You can do select lower(name)
but not order by lower(name).
|
|
Description
|
Sorted string columns are sorted in a case sensitive way. In other databases we achieve case insensitive search by calling the lower() function in order by. However, in Derby lower function cannot be called on parameters specified in order by. You can do select lower(name)
but not order by lower(name). |
Show » |
|
DERBY-134" for detail.