I have a database with a primary integer row key and several columns. One of 
the columns is "text". Normally I am only fetching for the key, which is easy 
with SQLiteDataBase.query and KEY_ROWID = <mynumber> in the selection field. 
How can I check whether a row (or more) exist that contain a certain string in 
the text column. I've tried "MY_STRING_COLUMN = \"my_search_string\"" in the 
selection argument, but this doesn't work.

-- 
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