Inner join on 1 = 1
In most of the case in an INNER JOIN – the join condition can be made on the fields but here i found some thing where we can make the INNER JOIN condition as ON 1 = 1 which is always true and then provide the field in the where clause.

Here the test report-

Debug details-

