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 -> Where question

Where question

From: Mario Yepes <pafu_at_hotmail.com>
Date: Wed, 13 Oct 1999 08:20:37 -0700
Message-ID: <3804A345.89870870@hotmail.com>


Hi !!

I have an idiot question, suppose that I have a table with these fields:

empl_id, name, address, zipcode, salary

And an index by empl_id, salary

How I should use the where clause to "take or use" that index

where empl_id = 'xxx'

   and salary > 10000;

or

where salary > 10000;

   and empl_id = 'xxx';

Regards,
Diego Received on Wed Oct 13 1999 - 10:20:37 CDT

Original text of this message

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