Is it possible to use inner subselect statement in a Query using content provider? Ex.:
SELECT * from foo where timestamp = (select max(timestamp) from foo)
If yes, can anyone please tell me how to send it to in "selection/selectionArgs" ?
Thnx in advance...
BTW, i cannot use rawquery