Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / DB2 Topics / March 2006

Tip: Looking for answers? Try searching our database.

generated columns for z/os

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Steamroller - 10 Mar 2006 15:04 GMT
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
Serge Rielau - 10 Mar 2006 16:26 GMT
> can the technique I have seen here and elsewhere to solve the
> case-insensitive search problem with db2 be implemented in z/os?
[quoted text clipped - 7 lines]
> Then I should be able to do case insensitive searches and use an index
> (well, if one is there on up_lname).
I just checked. Not in DB2 V8 for zOS.

Cheers
Serge
Signature

Serge Rielau
DB2 Solutions Development
IBM Toronto Lab

Steamroller - 10 Mar 2006 16:31 GMT
Thanks.  That is as I suspected.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.