Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: SQL query
If column contains digits,
select ...
WHERE mycol between 100 and 999999999;
If characters:
select ...
WHERE length(mycol) between 3 and 9;
B.
-----Original Message-----
From: Nguyen, David M [mailto:david.m.nguyen_at_xo.com]
Sent: Monday, June 28, 2004 11:08 AM
To: oracle-l_at_freelists.org
Subject: SQL query
How do I query a column that has only a minimum of 3 digits and a
maximum of 9 digits?
=20
Thanks,
David
___________________________________________________________________________= __________________________________ This electronic transmission and any attached files are intended solely for= the person or entity to which they are addressed and may contain informati= on that is privileged, confidential or otherwise protected from disclosure.= Any review, retransmission, dissemination or other use, including taking a= ny action concerning this information by anyone other than the named recipi=ent, is strictly prohibited. If you are not the intended recipient or have = received this communication in error, please immediately notify the sender = and destroy this communication.