[Solved] MySQL use select for LEFT JOIN ON
Theoretically you can do this. Writing subquery in join statement will have no effect other than filtering the cartesian product of the two tables just like the where condition. But writing query this way makes no sense as we don’t know the context in which you are using it. The above query can be written … Read more