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 

String ?

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


Joined: 24 Feb 2004
Posts: 1
Topics: 1

PostPosted: Tue Feb 24, 2004 4:33 pm    Post subject: String ? Reply with quote

I have a table INFO with three columns in db2.

Table Name Field Type
Name char
Loc char
Profession char.

Column Name has the following fields
A
B
C
D
E
F
G

When I execute this query I get nothing back.

Select *
from INFO
where Name > 'B'
ORDER BY Name;

Thanks for your help in advance.
Back to top
View user's profile Send private message
vini
Intermediate


Joined: 12 Jan 2004
Posts: 240
Topics: 48
Location: Maryland

PostPosted: Tue Feb 24, 2004 6:24 pm    Post subject: Reply with quote

Are you sure the Column Name is of length 1 and having those list of values in its Position 1 ?
Maybe not !
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12401
Topics: 75
Location: San Jose

PostPosted: Mon Mar 01, 2004 2:51 pm    Post subject: Reply with quote

db2beginer ,

DB2 is case sensitive. So if your table has all values in lower-case then your query will result is zero rows as lower-case values are not greater then Upper-case 'B'

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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