ADSM-L

Re: syntax for using "like" in select statement?

2002-08-13 13:43:05
Subject: Re: syntax for using "like" in select statement?
From: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 13 Aug 2002 13:39:55 -0400
select * from sometable where somecolumn like '%partofname%'

If you know the begining, you can leave off the first %.
Remember that in many cases, the column data is case-sensitive, and you may
need to use PARTOFNAME.



-----Original Message-----
From: Michelle DeVault [mailto:adsmigmo AT YAHOO DOT COM]
Sent: Tuesday, August 13, 2002 1:26 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: syntax for using "like" in select statement?


I'm sure this has been answered before, I just can't
find it in the archived on adsm.org.

How can I use a "like" in a select statement?  I don't
know the value exactly, just know a portion of it.

ex.
select * from sometable where somecolumn like somevalue

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

<Prev in Thread] Current Thread [Next in Thread>