java - How to do an inner join in Android? -


I want to add an interior to my database in my Android app. Is this also possible? What about the left join? I know the cursor linker is present but the documentation is not quite clear. Can anyone provide more information?

Thanks

You will only be included in the SQL expression, it is documented here: left There is support to join, but is not correct (which does not really matter - you switch approximate order).


Comments