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 -> Re: Sql Code to Find Something

Re: Sql Code to Find Something

From: Scott Mattes <Scott_at_TheMattesFamily.ws>
Date: Sat, 15 Mar 2003 00:12:45 GMT
Message-ID: <1euca.1650$z_3.726949@news1.news.adelphia.net>


if you are looking for all rows where '@' is not present in a field try

where field not like '%@%'

"Steve" <schen_at_prodigy.net> wrote in message news:b166c214.0303141415.2c7a0b2d_at_posting.google.com...
> Anyone if interested:
>
> How to extract those email address entries without @ sign?
>
> Example:
>
> table name: emx_table
> column_name: email_addr
>
> records like: xxx_at_abc.com
> xxxabc.com
>
> While email addresses have no pattern and record counts are thousands,
> so you cannot specify the xxxabc.com, etc..
>
> Appreciated.
>
> Steve
Received on Fri Mar 14 2003 - 18:12:45 CST

Original text of this message

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