Re: Qualifiers LIKE problem
Re: Qualifiers LIKE problem
- Subject: Re: Qualifiers LIKE problem
- From: Art Isbell <email@hidden>
- Date: Thu, 7 Apr 2005 15:52:53 -1000
On Apr 7, 2005, at 3:43 PM, Greg wrote:
When you use the like or caseInsensitiveLike operator in a qualifier
expression, you can use the wildcard characters and ? to perform
pattern matching, for example:
"lastName like 'Jo '"
matches Jones, Johnson, Jolsen, Josephs, and so on.
Is this example correct? Can you specify with the single quotes a
literal string with a space and it act like a *?
No, the '*' character was dropped both in the description and in the
example qualifier format string. Should read:
... the wildcard characters * and ?...
"lastName like 'Jo*'"
Aloha,
Art
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden