L
Leonard Poon
I want to ask if there is any alternatives by using only the "WHERE" clause
that produce exactly the same result as semi-join of SQL. I found the
overhead is too much of using the semi-join.
The execution time for a query that only uses the "inner joins" is much much
faster.
Is there any expression that can replace the semi-joins?
Leonard
that produce exactly the same result as semi-join of SQL. I found the
overhead is too much of using the semi-join.
The execution time for a query that only uses the "inner joins" is much much
faster.
Is there any expression that can replace the semi-joins?
Leonard