Answer the question
In order to leave comments, you need to log in
Working with join in sql?
There are two tables t1 and t2.
If I try to make a query:
select t1.* from t1 join t2 on t1.t2_id = t2.id
then those records that have a connection will get into the selection.
With a left join, all records will be included (with and without an existing connection).
How can I find those records that have no connection?
Answer the question
In order to leave comments, you need to log in
It sounds like a very bad idea.. Can you specify the task?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question