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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Doubt about charecter

RE: Doubt about charecter

From: <gregory.t.norris_at_mail.sprint.com>
Date: Tue, 13 Feb 2001 10:48:53 -0800
Message-ID: <F001.002B2CD2.20010213103108@fatcity.com>


select name
   from table1
   where field like 'AAA_#989';
 

When used with LIKE, the underscore is a wildcard which will match any single character.
 

-----Original Message-----
Sent: Tuesday, February 13, 2001 11:26 AM To: ORACLE-L
Cc: eca

I have a problem where in a statment of sql the DB Oracle doesn´t get the line in the follow situation :
 
    select name 
     from table1
      where field = 'AAA  #989';
 

I think that between A and # exist some strange character that i can´t identify it ..
 

How can I do it ?
 

Regards
 

Eriovaldo
   
Received on Tue Feb 13 2001 - 12:48:53 CST

Original text of this message

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