Generate placeholders inside SQL “IN” clause

Sometimes you need to create really complex SQL query in your android app and the only way to do this is by executing rawQuery() method on SQLiteDatabase object. Of course we have SQLiteQueryBuilder with its API but there is no method which helps us to create query with IN statement from SQL syntax. I realisedContinue reading “Generate placeholders inside SQL “IN” clause”