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 -> can wild cards be used in BETWEEN clause

can wild cards be used in BETWEEN clause

From: SAL <2_at_2.com>
Date: Mon, 12 Apr 2004 10:58:58 -0400
Message-ID: <c5eabd$l053@kcweb01.netnews.att.com>


Hi,
I am trying to select names of all countries from a column: SELECT country FROM countries_table
WHERE
country BETWEEN 'A%' AND 'Z%';

This gives me every name except those starting with Z. I wonder if this is the right approach.
Any help will be appreciated.

Thanks. Received on Mon Apr 12 2004 - 09:58:58 CDT

Original text of this message

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