Re: [GENERAL] Problem with upper() in select statement

2000-06-12 Thread Tom Lane
John Cochran <[EMAIL PROTECTED]> writes: >> John Cochran <[EMAIL PROTECTED]> writes: Why isn't the upper() function working in the first query? >> >> Odd. You aren't by some chance working in a non-ASCII locale where >> "upper('Boulevard')" yields something besides 'BOULEVARD', are you? >

Re: [GENERAL] Problem with upper() in select statement

2000-06-12 Thread Tom Lane
John Cochran <[EMAIL PROTECTED]> writes: > Why isn't the upper() function working in the first query? Odd. You aren't by some chance working in a non-ASCII locale where "upper('Boulevard')" yields something besides 'BOULEVARD', are you? regards, tom lane