Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Strange Data issue.....
Hello Gurus,
I have a problem which I hope someone can help me with.
I am trying to clean up some data on a table. This table happens to be a
personnel table.
In this table there are two columns RACE and GENDER.
The select used is :
select race||','||gender||','||count(*)
from pers group by race, gender;
A,F,62 A,M,613 A,M,35 A,,15 C,F,34 C,M,198 C,M,4 C,,2 I,F,13 I,M,69 I,M,1 W,F,205 W,M,972 W,M,28 W,,15
The problem is that the result returns double Ms, M indicating Male. As
highligthed above
I have tried converting to ascii to see if they are different in anyway but
both Ms return ascii 77.
Does anyone have any thoughts on this?
TIA
Denham Eva
Oracle DBA
In UNIX Land
On a quiet Night, you can hear the Windows machines reboot.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.
For more information please visit www.marshalsoftware.com
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Denham Eva INET: EvaD_at_TFMC.co.za Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Aug 22 2002 - 07:58:42 CDT
![]() |
![]() |