Hi David. The "like" keyword is semantically similar to the "=" operator in
the where clause. For example:

... where country="CA" and name like "Sam%"

Using the query builder, the selection parameter would be "country=? and
name like ?", and selectionArg[1] would be "Sam%".

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to