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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Quotes not mandatory for String condition ?

Re: Quotes not mandatory for String condition ?

From: Paul <paul_at_see.my.sig.com>
Date: Tue, 12 Jul 2005 16:01:40 +0100
Message-ID: <2om7d1lrld8is2edqghkk62m85cjuanbks@4ax.com>

"Zboub" <zboub_at_softhome.net> wrote:

>Select * from POINTAGE where MATRICUL = '45612378'; ---> immediat
>result.

Read what Tom Kyte has to say - when it's a number, use a number type,when it's a string, use a string type.

Can you change your table? It will be very fast then, if indexing a numerical column.

Paul...

>Patrick.

-- 

plinehan __at__ yahoo __dot__ __com__

XP Pro, SP 2, 

Oracle, 9.2.0.1.0 (Enterprise Ed.)
Interbase 6.0.1.0;

When asking database related questions, please give other posters 
some clues, like operating system, version of db being used and DDL.
The exact text and/or number of error messages is useful (!= "it didn't work!").
Thanks.
 
Furthermore, as a courtesy to those who spend 
time analysing and attempting to help, please 
do not top post.
Received on Tue Jul 12 2005 - 10:01:40 CDT

Original text of this message

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