Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old March 10th, 2006, 03:15 PM
Steamroller
Guest
 
Posts: n/a
Default generated columns for z/os

can the technique I have seen here and elsewhere to solve the
case-insensitive search problem with db2 be implemented in z/os?

for example...
alter table individual
add column up_lname
generated always as
(upper(lname));

Then I should be able to do case insensitive searches and use an index
(well, if one is there on up_lname).

Thanks

  #2  
Old March 10th, 2006, 04:35 PM
Serge Rielau
Guest
 
Posts: n/a
Default Re: generated columns for z/os

Steamroller wrote:[color=blue]
> can the technique I have seen here and elsewhere to solve the
> case-insensitive search problem with db2 be implemented in z/os?
>
> for example...
> alter table individual
> add column up_lname
> generated always as
> (upper(lname));
>
> Then I should be able to do case insensitive searches and use an index
> (well, if one is there on up_lname).[/color]
I just checked. Not in DB2 V8 for zOS.

Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
  #3  
Old March 10th, 2006, 04:45 PM
Steamroller
Guest
 
Posts: n/a
Default Re: generated columns for z/os

Thanks. That is as I suspected.

 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles