android - What ways are there to execute a SQLiteDatabase join function -
i need use join function in use of android 'game'. know how write inner- , outerjoin. need know ways there execute sqlitedatabase join function?
you got basic rawquery can use join, wonder if there other way select(query), insert, update , delete methodes implemented in sqlitedatabase class. want confirmation if i'm not missing @ point.
there no function exclusively 'join' 2 tables. either run rawquery
or query
achieve same.check documentation.
i suggest go rawquery.
Comments
Post a Comment