Skip to content
Advertisement

Android – sqlite in clause using values from array

I want to execute a sqlite query:

The values in the in clause need to be taken from an array of strings:

How can I achieve that?

Advertisement

Answer

I believe a simple toString() will mostly do the trick:

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement