On Monday, January 3, 2011 3:32:50 PM UTC+6, Luca Carlon wrote: > > Assuming I am the ContentProvider developer, can I somehow execute > these kinds of queries (using functions like replace, using subqueries > etc...) using the SQLiteDatabase class? Its query method seems to > suffer the same limitations, I cannot write a free SQL query command. >
use the rawQuery method available in SQLiteDatabase Regards Sarwar Erfan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

