MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DB2 V9 NFM - Lower case tables

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
zefrim
Beginner


Joined: 29 Jun 2006
Posts: 22
Topics: 19

PostPosted: Fri Sep 19, 2008 3:52 am    Post subject: DB2 V9 NFM - Lower case tables Reply with quote

Hello

How can I determine whether in a DB2 system (Z-OS V.9 NFM)
Tables with lowercase letters are included.
I want to do this wiht only one SQL ?

Thank you

zefrim
Back to top
View user's profile Send private message
jim haire
Beginner


Joined: 30 Dec 2002
Posts: 140
Topics: 40

PostPosted: Fri Sep 19, 2008 8:12 am    Post subject: Reply with quote

Are you saying that you are looking for the names of tables that contain lower case letters?

I think this might work:

SELECT NAME FROM SYSIBM.SYSTABLES
WHERE NAME <> UCASE(NAME)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group