Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. String[] args = { "first string", "second@string.com" };
  2. Cursor cursor = db.query("TABLE_NAME", null, "name=? AND email=?", args, null);
  3.  
  4. Cursor cursor = db.query("TABLE_NAME", null, null, null, null, null, null);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement