Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with SQL-select

Re: Problem with SQL-select

From: <tim.mcconechy_at_runtime.dk>
Date: Wed, 31 Mar 1999 09:28:47 GMT
Message-ID: <7dsps6$ctk$1@nnrp1.dejanews.com>


Maybe there is padding in the column.... I.e "select PERSID from T_TABLE where PERS_NAME =  'Smith '"
May work..
Or Try Something like..
SELECT PERSID from T_TABLE where RTRIM(PERS_NAME,' ')='Smith'"

If this works there is padding!

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Mar 31 1999 - 03:28:47 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US