Posts by Marcus • 3 points
1 post
-
0
votes1
answer215
viewsQ: Ormlite Inner Join in five tables
I want to create some JOIN in five tables like this example: SELECT * FROM TableA AS TA INNER JOIN TableB AS TB ON TA.Id = TB.IdTA INNER JOIN TableC AS TC ON TB.IdTC = TC.Id INNER JOIN TableD AS TD…