I have variable:
String owner=\"Mike\"; String[] columns ={\"quantity\", \"price\",\"owner\"}
My cursor is trying to get Curso
Curso
the simplest way is to use SELECT col1,col2 FROM table_name WHERE col =' something' ; just like Leandros said , my problem was the single quotes , thnx