Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: case-insensitive sort
>>>>> "Gignesh" == Gignesh Pradeep <gignesh_pradeep_at_yahoo.co.uk> writes:
Gignesh> if it's something you're doing regularly rather than a one Gignesh> off - perhaps it's worth populating an extra column [via a Gignesh> trigger] ALL in the same case so that you don't have to Gignesh> convert...?
and forget about normalization?
If its something which happens often, why not put a trigger on the table so that all data is set to the required case and then just use upper()/lower()/initcaps() when selecting the column if needed? That way you can preserve normalization and reduce storage and performance overheads.
Tim
-- Tim Cross The e-mail address on this message is FALSE (obviously!). My real e-mail is to a company in Australia called rapttech and my login is tcross - if you really need to send mail, you should be able to work it out!Received on Tue Jan 14 2003 - 00:50:02 CST
![]() |
![]() |