What does `Catalog`.item like '%A\-%' mean? -MySQL?



I am looking at an old query and I cannot remember or figure out what this
part of the query means:

`Catalog`.item like '%A\-%'
It is the like '%A\-%'

I cannot figure out.

Then entire query is:
> SELECT *
> FROM `Catalog`
> WHERE `Catalog`.img_status = '1' AND `Catalog`.item_type ='R' AND
> `Catalog`.item like '%A\-%'
> ORDER BY `Catalog`.item_type


And will not work without the Like part

Thanks
Jeff


~~~~~~~~~~~~
Jefferis Peterson, Pres.
Web Design and Marketing
http://www.PetersonSales.com



----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
.



Relevant Pages

  • Re: Identifying fields out of order
    ... Click on "Create Query in Design View" ... tblSeq AS Prev, tblSeq AS Next; ... Our SQL now would look like: ...
    (microsoft.public.access.queries)
  • Query based on Column Index
    ... I have attached the sql to a query that I have developed. ... regarding the TraitHistory fields. ... Prev fields from my table and update the query. ... query determine the Curr and Prev based on their position in the table. ...
    (microsoft.public.access.queries)
  • Re: Multiple field query
    ... > I need a query that will give me single column list produced from all 20 ... > the opeation fields. ... EdS ... Prev by Date: ...
    (microsoft.public.access.queries)
  • RE: Basic Question- "IIF/Like"
    ... I've created a corresponding query that in the conditions field ... > query works correctly by returning all records but if the user types a ... Prev by Date: ...
    (microsoft.public.access.queries)
  • Re: Sessions and Pagination Problem
    ... Page # or the Next or Prev buttons, I get the message saying "Nothing ... query and this first page only display 20, so I know there are plenty ... Rik Wasmus ...
    (comp.lang.php)