On Mon, Jul 26, 2010 at 12:03 AM, Marc <gobl...@gmail.com> wrote:
> I have a little program that writes to a SQLite database with 4
> tables. When I do a query (either with rawQuery or
> SQLiteQueryBuilder.query) the cursor only has column's from the first
> table. Does anybody know how to do a query on 2 tables that have been
> joined on a key value?

Use rawQuery() instead of query().

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 2.9 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to