I have variable:
String owner=\"Mike\"; String[] columns ={\"quantity\", \"price\",\"owner\"}
My cursor is trying to get Curso
Curso
Cursor findEntry = db.query("sku_table", columns, "owner='"+owner+"'", null, null, null, null);