You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that in in @InexactContentUri, there is a join attribute but not sure how to use it. I would like to generate a content uri that joins two tables on t1.foreign_key_of_t2 = t2.primiary_key
WeatherTable INNER JOIN LocationTable
ON WeatherTable.LOC_KEY = LocationTable._id
and '_id' are in both tables so I have to write tableName.columnName
The text was updated successfully, but these errors were encountered:
I found that in in @InexactContentUri, there is a join attribute but not sure how to use it. I would like to generate a content uri that joins two tables on t1.foreign_key_of_t2 = t2.primiary_key
and '_id' are in both tables so I have to write tableName.columnName
The text was updated successfully, but these errors were encountered: