Answer the question
In order to leave comments, you need to log in
Is such a JOIN query optimal?
Hello. I have the following database structure:
T1
id
T2
id
T3
id
t2_id
t1_id
select "T2".* from "T2" inner join "T3" on "T3"."t2_id" = "T2"."id" WHERE "T3"."t1_id" " = ?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question