Saturday, 14 September 2013

Where AND clause with 2 columns sqlite query

Where AND clause with 2 columns sqlite query

"select * from TABLE_NAME where colx='"+value1+"' and coly='"+value2+"'";
How to use this in android sqlite database?

No comments:

Post a Comment