How do I check to see if row with a particular value already exists in a SQLite table?
My table has a String "name" column. I would like to check out if a particular name already exists in the another table row. I am still learning SQLite, but I think it is possible to do this with the cursor.